add display to lorawan per. send example
This commit is contained in:
parent
8adfb49674
commit
e208d61d5a
1 changed files with 5 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue