mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-01 07:28:20 +02:00
0.8.110
* improved `Wizard
This commit is contained in:
parent
e76722ad33
commit
1f86e4cedb
9 changed files with 43 additions and 8 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
#include "defines.h"
|
||||
#include "ESPAsyncWebServer.h"
|
||||
#include "utils/scheduler.h"
|
||||
|
||||
// abstract interface to App. Make members of App accessible from child class
|
||||
// like web or API without forward declaration
|
||||
|
@ -25,6 +26,8 @@ class IApp {
|
|||
virtual const char *getVersion() = 0;
|
||||
virtual const char *getVersionModules() = 0;
|
||||
|
||||
virtual void addOnce(ah::scdCb c, uint32_t timeout, const char *name) = 0;
|
||||
|
||||
#if !defined(ETHERNET)
|
||||
virtual bool getAvailNetworks(JsonObject obj) = 0;
|
||||
virtual void setupStation(void) = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue