add display to lorawan per. send example

This commit is contained in:
brentru 2018-12-31 12:53:41 -05:00
parent 8adfb49674
commit e208d61d5a

View file

@ -106,7 +106,12 @@ while True:
display.show()
time.sleep(0.1)
if not btnC.value:
display.fill(0)
display.text('* Periodic Mode *', 15, 0, 1)
display.show()
time.sleep(0.5)
send_pi_data_periodic()
display.show()
time.sleep(.1)