mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-22 02:37:11 +02:00
added wifi scan to setup
fixed issues on index.html
This commit is contained in:
parent
8b8deded9a
commit
dbbfe25a44
10 changed files with 91 additions and 17 deletions
|
@ -44,6 +44,7 @@ class webApi {
|
|||
|
||||
void getIndex(JsonObject obj);
|
||||
void getSetup(JsonObject obj);
|
||||
void getNetworks(JsonObject obj);
|
||||
void getLive(JsonObject obj);
|
||||
void getRecord(JsonObject obj, record_t<> *rec);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue