mirror of
https://github.com/mikecarper/MeshCore.git
synced 2026-09-16 13:32:35 +00:00
Share WiFi OTA seeding across full ESP32 builds
This commit is contained in:
@@ -1375,6 +1375,14 @@ bool MyMesh::getWebUIStatus(char* reply) const {
|
||||
return true;
|
||||
}
|
||||
|
||||
bool MyMesh::getWiFiSSID(char* reply) const {
|
||||
return WebConfigServer::formatWiFiSSID(reply, 160);
|
||||
}
|
||||
|
||||
bool MyMesh::getWiFiStatus(char* reply) const {
|
||||
return WebConfigServer::formatWiFiStatus(reply, 160);
|
||||
}
|
||||
|
||||
bool MyMesh::stopWebConfig(char* reply) {
|
||||
if (!_webconfig || !_webconfig->isRunning()) {
|
||||
strcpy(reply, "Err: webconfig not running");
|
||||
|
||||
Reference in New Issue
Block a user