Browse Source

xiao_c6: fallback for LORA_CR is set in std_init

pull/407/head
Florent de Lamotte 12 months ago
parent
commit
4579aa25d7
  1. 4
      variants/xiao_c6/target.cpp

4
variants/xiao_c6/target.cpp

@ -16,10 +16,6 @@ ESP32RTCClock fallback_clock;
AutoDiscoverRTCClock rtc_clock(fallback_clock);
SensorManager sensors;
#ifndef LORA_CR
#define LORA_CR 5
#endif
bool radio_init() {
fallback_clock.begin();
rtc_clock.begin(Wire);

Loading…
Cancel
Save