mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
xiao_c6: fallback for LORA_CR is set in std_init
This commit is contained in:
parent
725ee477ff
commit
4579aa25d7
1 changed files with 0 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue