소스 검색

添加RadioStandby函数

xuxinyi 3 달 전
부모
커밋
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