mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-13 22:47:15 +02:00
0.8.68
* fix HMS / HMT startup * added `flush_rx` to NRF on TX * start with heuristics set to `0` * added warning for WiFi channel 12-14 (ESP8266 only) #1381
This commit is contained in:
parent
6b305651af
commit
163a9e485e
13 changed files with 78 additions and 19 deletions
|
@ -92,6 +92,8 @@ void ahoywifi::tickWifiLoop() {
|
|||
}
|
||||
#if !defined(ESP32)
|
||||
MDNS.update();
|
||||
if(WiFi.channel() > 11)
|
||||
mWasInCh12to14 = true;
|
||||
#endif
|
||||
return;
|
||||
case IN_AP_MODE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue