melkati / CO2-Gadget

An advanced CO2 Monitor/Meter firmware for ESP32 with Android and iOS App for real time visualization and charting of air data, data logger, a variety of communication options (BLE, WIFI, MQTT, ESP-Now) and many supported sensors.
https://emariete.com/medidor-co2-gadget/
GNU General Public License v3.0
63 stars 13 forks source link

Add support for Improv-WiFi #136

Open melkati opened 7 months ago

melkati commented 7 months ago

Add support for Improv-WiFi to be able to set WiFi credentials from browser just after installing or later at any time.

It has some difficulties as the serial port is shared with the menu system and sensors... Will have to be sorted out.

Things to do and fix out before making into release:

melkati commented 7 months ago

Improv-WiFi is already included in the development branch but sometimes you have to try more than once to "activate" improv (just move back and forth between the main menu and log in the web installer).

I don't know exactly where is problem is hiding, I will try again...

BTW it was a somewhat difficult integration as both Improv-WiFi and the menu system are "fighting" for the data in the serial port.