AP Web Server App (#497)
Auto starts the web server in AP mode with generated SSID and Password. For small devices.... or any i guess. Hidden by default. May need adjustments to suit even smaller screens than the waveshare GEEK. And a few symbols for good measure. :)
This commit is contained in:
@@ -109,6 +109,7 @@ namespace app {
|
||||
namespace wifimanage { extern const AppManifest manifest; }
|
||||
|
||||
#ifdef ESP_PLATFORM
|
||||
namespace apwebserver { extern const AppManifest manifest; }
|
||||
namespace crashdiagnostics { extern const AppManifest manifest; }
|
||||
namespace webserversettings { extern const AppManifest manifest; }
|
||||
#if CONFIG_TT_TDECK_WORKAROUND == 1
|
||||
@@ -157,6 +158,7 @@ static void registerInternalApps() {
|
||||
addAppManifest(app::wifimanage::manifest);
|
||||
|
||||
#ifdef ESP_PLATFORM
|
||||
addAppManifest(app::apwebserver::manifest);
|
||||
addAppManifest(app::webserversettings::manifest);
|
||||
addAppManifest(app::crashdiagnostics::manifest);
|
||||
addAppManifest(app::development::manifest);
|
||||
|
||||
Reference in New Issue
Block a user