chmorgan / esphttpd-freertos

freertos example of libesphttpd for esp32 and esp8266
53 stars 14 forks source link

some WiFi fixes #20

Closed phatpaul closed 4 years ago

phatpaul commented 4 years ago

Assertion failure when switching to station only mode #19 Also use NVS to store WiFi settings (optional). Improved WiFi status indicator LED function.

Sorry for all the formatting changes, I accidentally allowed VScode to format the files. I'll try to undo it.

phatpaul commented 4 years ago

I undid some unintended formatting changes so it is easier to see what I actually changed.

BTW, does anyone object to me doing a format on all the files in this repo using VScode's default formatter? (4 spaces, no tabs). It would be one PR with just formatting changes. I guess we should resolve any outstanding PRs first.

chmorgan commented 4 years ago

@phatpaul its fine if you reformat all at once and I'm also on board with using 4 spaces and not tabs so it renders correctly no matter the tab settings.