remove LORA_CR fallback from target.cpp on xiao_nrf52, xiao_s3 and t-echo

此提交包含在:
Florent de Lamotte
2025-06-20 09:47:58 +02:00
父節點 a7c959631f
當前提交 56e3bb153b
共有 3 個檔案被更改,包括 0 行新增12 行删除
-4
查看文件
@@ -18,10 +18,6 @@ TechoSensorManager sensors = TechoSensorManager(nmea);
DISPLAY_CLASS display;
#endif
#ifndef LORA_CR
#define LORA_CR 5
#endif
bool radio_init() {
rtc_clock.begin(Wire);