smeisner / smart-thermostat

Open-source ESP32-based thermostat that has some useful intelligence
GNU General Public License v3.0
40 stars 10 forks source link

Serial console setup #58

Closed smeisner closed 5 hours ago

smeisner commented 5 hours ago

Allow the use of the USB/serial UART to perform initial setup. To get around problems such as adding wifi credentials, or to avoid enabling wifi altogether, the serial interface can be used as a setup mechanism.

smeisner commented 5 hours ago

Duplicate of issue #45