File tree Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Original file line number Diff line number Diff 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-
2521bool radio_init () {
2622 rtc_clock.begin (Wire);
2723
Original file line number Diff line number Diff line change @@ -12,10 +12,6 @@ VolatileRTCClock fallback_clock;
1212AutoDiscoverRTCClock rtc_clock (fallback_clock);
1313EnvironmentSensorManager sensors;
1414
15- #ifndef LORA_CR
16- #define LORA_CR 5
17- #endif
18-
1915bool radio_init () {
2016 rtc_clock.begin (Wire);
2117
Original file line number Diff line number Diff 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-
2723bool radio_init () {
2824 fallback_clock.begin ();
2925 rtc_clock.begin (Wire);
You can’t perform that action at this time.
0 commit comments