add Board esp32_wifirep

This commit is contained in:
Mit4el
2025-07-24 23:26:28 +03:00
parent 22629d0117
commit 7b9da809f5
8 changed files with 211 additions and 10 deletions

View File

@@ -2,6 +2,9 @@
#include "Global.h"
#include "MqttClient.h"
void addPortMap(String TCP_UDP, String maddr, u16_t mport, String daddr, u16_t dport);
boolean isNetworkActive();
uint8_t getNumAPClients();
bool startAPMode();