remove LORA_CR fallback from target.cpp on xiao_nrf52, xiao_s3 and t-echo

This commit is contained in:
Florent de Lamotte 2025-06-20 09:47:58 +02:00
parent a7c959631f
commit 56e3bb153b
3 changed files with 0 additions and 12 deletions

View file

@ -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);