mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-29 08:46:11 +02:00
fix Interrupt
fix connect to WiFi with only one AP
This commit is contained in:
parent
a85ed6c089
commit
edefcf1c83
5 changed files with 26 additions and 8 deletions
|
@ -13,6 +13,7 @@ app::app() : ah::Scheduler() {}
|
|||
|
||||
//-----------------------------------------------------------------------------
|
||||
void app::setup() {
|
||||
mSys = NULL;
|
||||
Serial.begin(115200);
|
||||
while (!Serial)
|
||||
yield();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue