This commit is contained in:
Oleg Kalachev
2026-08-16 00:15:11 +03:00
parent 23e1e7bd22
commit cd9fb13dbf
2 changed files with 0 additions and 5 deletions
-1
View File
@@ -7,7 +7,6 @@
#include <soc/soc.h>
#include <soc/rtc_cntl_reg.h>
#endif
#include "lpf.h"
#include "filter.h"
#include "util.h"
-4
View File
@@ -27,10 +27,6 @@ int udpRemotePort = 14550;
// ESPNOWSerial espnowBroadcast(ESP_NOW.BROADCAST_ADDR, 0, WIFI_IF_AP);
int espnowChannel = 6;
ESPNOWSerial espnow(NULL, 0, WIFI_IF_AP);
ESPNOWSerial espnowBroadcast(ESP_NOW.BROADCAST_ADDR, 0, WIFI_IF_AP);
int espnowChannel = 6;
void setupWiFi() {
// print("Setup Wi-Fi\n");
// WiFi.enableLongRange(wifiLongRange);