xuxinyi 3 сар өмнө
parent
commit
34c7fa29f3
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      drv_periph/radio.lua

+ 1 - 0
drv_periph/radio.lua

@@ -27,6 +27,7 @@ sys.taskInit(function()
     sx126x_driver.RadioSetChannel(433000000) 
     sys.wait(2000)
     while true do
+        RadioStandby()
         sx126x_driver.sentString("hello,My_name_is_XuXinyi\n")
         sys.wait(4000)
     end