Skip to content

Commit 56e3bb1

Browse files
committed
remove LORA_CR fallback from target.cpp on xiao_nrf52, xiao_s3 and t-echo
1 parent a7c9596 commit 56e3bb1

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

variants/techo/target.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ TechoSensorManager sensors = TechoSensorManager(nmea);
1818
DISPLAY_CLASS display;
1919
#endif
2020

21-
#ifndef LORA_CR
22-
#define LORA_CR 5
23-
#endif
24-
2521
bool radio_init() {
2622
rtc_clock.begin(Wire);
2723

variants/xiao_nrf52/target.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ VolatileRTCClock fallback_clock;
1212
AutoDiscoverRTCClock rtc_clock(fallback_clock);
1313
EnvironmentSensorManager sensors;
1414

15-
#ifndef LORA_CR
16-
#define LORA_CR 5
17-
#endif
18-
1915
bool radio_init() {
2016
rtc_clock.begin(Wire);
2117

variants/xiao_s3_wio/target.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ SensorManager sensors;
2020
DISPLAY_CLASS display;
2121
#endif
2222

23-
#ifndef LORA_CR
24-
#define LORA_CR 5
25-
#endif
26-
2723
bool radio_init() {
2824
fallback_clock.begin();
2925
rtc_clock.begin(Wire);

0 commit comments

Comments
 (0)