mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-20 01:37:11 +02:00
fix #480 AP Mode on fresh ESP
included #483 improvements fix #468 last_success MQTT fix #468 update available status at sunset fix #447 reorderd enqueue commands to not have same payload length in a row added ssd1306 and nokia display to build script
This commit is contained in:
parent
9da0fc4058
commit
d9290d9fdf
15 changed files with 285 additions and 206 deletions
|
@ -18,7 +18,7 @@ IRAM_ATTR void handleIntr(void) {
|
|||
|
||||
//-----------------------------------------------------------------------------
|
||||
void setup() {
|
||||
myApp.setup(WIFI_TRY_CONNECT_TIME);
|
||||
myApp.setup();
|
||||
|
||||
// TODO: move to HmRadio
|
||||
attachInterrupt(digitalPinToInterrupt(myApp.getIrqPin()), handleIntr, FALLING);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue