From 5a577b9f27adb2e9fc23f3776153999e18c97e9a Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期一, 31 三月 2025 13:39:07 +0800 Subject: [PATCH] 1.33,加入1s一次跟3s一次 通过勾选modbus模式来区别 不勾选是1s一次 --- Src/radio/Lora.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Src/radio/Lora.h b/Src/radio/Lora.h index e668664..83fef4f 100644 --- a/Src/radio/Lora.h +++ b/Src/radio/Lora.h @@ -43,3 +43,4 @@ #define APP_1OR2_ADRESS 0x8004B38 #endif +void LoraUp_Poll(); \ No newline at end of file -- Gitblit v1.9.3