Various improvements for usability and consistency and inclusion of PWA handling.
This commit is contained in:
@@ -158,10 +158,13 @@ void handleApisGet();
|
||||
void handleApisPost();
|
||||
void handleSettingsGet();
|
||||
void handleSettingsPost();
|
||||
void handleNetworkSettingsGet();
|
||||
void handleNetworkSettingsPost();
|
||||
void handleLogsGet();
|
||||
void handleLogsClear();
|
||||
void handleFilesList();
|
||||
void handleFileDownload();
|
||||
void handleRestart();
|
||||
void handleFactoryReset();
|
||||
void handleConfigExport();
|
||||
void handleConfigImport();
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
void handleAppInfo();
|
||||
void handlePing();
|
||||
void handleAdd();
|
||||
void handleLed();
|
||||
|
||||
Reference in New Issue
Block a user