t096 compiler layout workaround

see https://github.com/meshcore-dev/MeshCore/issues/3151
This commit is contained in:
taco
2026-08-12 14:04:50 +10:00
parent 34ad059afb
commit 9c60f9696e
+2 -1
View File
@@ -79,7 +79,8 @@ private:
def("bw", _parent->bw);
def("sf", _parent->sf);
def("cr", _parent->cr);
def("cad", _parent->cad_enabled);
static const char radio_cad_key[] = {'c', 'a', 'd', '\0'}; // workaround for T096, don't touch without testing T096 repeater still transmit
def(radio_cad_key, _parent->cad_enabled);
def("int_thr", _parent->interference_threshold);
def("rxgain", _parent->rx_boosted_gain);
def("fem_rxgain", _parent->rx_boosted_gain);