wayne-love / ESPySpa

MIT License
10 stars 7 forks source link

MultiBlinker, serial debugging restored, and better wifi access point name #65

Closed JonathanGiles closed 4 days ago

JonathanGiles commented 4 days ago

Three improvements:

lucasnz commented 4 days ago

Serial debugging was removed in error in commit c616c82

It was meant to always be enabled on ESP32. Only to be optionally enabled on ESP8266 as debugging used the same serial port as the spa.

wayne-love commented 4 days ago

How do single Led boards display Wifi not connected and Mqtt not connected statuses?

JonathanGiles commented 4 days ago

How do single Led boards display Wifi not connected and Mqtt not connected statuses?

The blink interval increases by a 500ms by each state level. See here: https://github.com/wayne-love/ESPySpa/pull/65/files#diff-48063f99b4c1fbab03ab8d6a5b3b0169d6b7ae52ab36074b2071e9d0dd3963d7R27