odig / eboxToMqtt

Using a ESP32 to grep data from E-BOX console port and send them to MQTT.
MIT License
4 stars 0 forks source link

File to flash #1

Closed juanka99 closed 1 year ago

juanka99 commented 1 year ago

I would like to test your application but I am not sure which file is the one to be flashed in the ESP32 in order to start configuring it. Thanks.

odig commented 1 year ago

Hi, you have to checkout the Project and build it with VS-Code and PlatformIO by yourself. PlatfomIO is able to flash the ESP-32 on your behalf after compiling.

After compiling and flashin the ESP-32 will act as an AP and provides a config web site.

Hope that helps Ciao odig

juanka99 commented 1 year ago

Hi, you have to checkout the Project and build it with VS-Code and PlatformIO by yourself. PlatfomIO is able to flash the ESP-32 on your behalf after compiling.

After compiling and flashin the ESP-32 will act as an AP and provides a config web site.

Hope that helps Ciao odig

I'm going to search information about this and I´ll try... Thanks!