Merge branch 'ver4dev' into ver4dev

This commit is contained in:
Mit4el
2025-07-25 00:05:43 +03:00
committed by GitHub
27 changed files with 1607 additions and 91 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();