Mattzobricks / MattzoControllers

MattzoController firmware
20 stars 10 forks source link

Status led is on before getting wifi connection, off after it is connected #86

Closed Hilbert70 closed 2 weeks ago

Hilbert70 commented 3 weeks ago

The led's are controlled in the MContoller->loop() functions, during setup, this function is not being called, so flashing is not going to work. Just after the controller is setup, the status led is turned on (if any configured) and after a network connection is setup turned off again. After that the rest is executed as normal.

The effect is best tested with -DWIRED, with or without an ethernet module and/or wired connected to that module.

Mattzobricks commented 2 weeks ago

Looks good!