Browse Source
Merge pull request #418 from fdlamotte/xiao_nrf52-xiao_s3-techo_remove_lora_cr_fallback_from_target
remove LORA_CR fallback from target.cpp on xiao_nrf52, xiao_s3 and t-…
pull/421/head
ripplebiz
12 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
0 additions and
12 deletions
-
variants/techo/target.cpp
-
variants/xiao_nrf52/target.cpp
-
variants/xiao_s3_wio/target.cpp
|
|
|
@ -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); |
|
|
|
|
|
|
|
|
|
|
|
@ -12,10 +12,6 @@ VolatileRTCClock fallback_clock; |
|
|
|
AutoDiscoverRTCClock rtc_clock(fallback_clock); |
|
|
|
EnvironmentSensorManager sensors; |
|
|
|
|
|
|
|
#ifndef LORA_CR |
|
|
|
#define LORA_CR 5 |
|
|
|
#endif |
|
|
|
|
|
|
|
bool radio_init() { |
|
|
|
rtc_clock.begin(Wire); |
|
|
|
|
|
|
|
|
|
|
|
@ -20,10 +20,6 @@ SensorManager sensors; |
|
|
|
DISPLAY_CLASS display; |
|
|
|
#endif |
|
|
|
|
|
|
|
#ifndef LORA_CR |
|
|
|
#define LORA_CR 5 |
|
|
|
#endif |
|
|
|
|
|
|
|
bool radio_init() { |
|
|
|
fallback_clock.begin(); |
|
|
|
rtc_clock.begin(Wire); |
|
|
|
|