mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-30 16:26:59 +02:00
* improved tickers, only one ticker is active
* added feature to use the ESP as access point for all the time * added serial features to setup
This commit is contained in:
parent
4c3852cde4
commit
8f444cee2f
12 changed files with 155 additions and 88 deletions
|
@ -30,7 +30,7 @@ const byte mDnsPort = 53;
|
|||
class Main {
|
||||
public:
|
||||
Main(void);
|
||||
virtual void setup(const char *ssid, const char *pwd, uint32_t timeout);
|
||||
virtual void setup(uint32_t timeout);
|
||||
virtual void loop();
|
||||
String getDateTimeStr (time_t t);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue