tasmota / tasmotizer

ESP... The time has come to... Tasmotize!
GNU General Public License v3.0
1.37k stars 179 forks source link

Initial attempt to add ESP32 support #111

Closed sanchosk closed 3 years ago

sanchosk commented 3 years ago
  1. Created ESP chip type radio buttons
  2. Modified the esptool to also submit chip type to make sure people don't upload ESP32 firmware to ESP8266 chip
  3. Upgraded the esptool to latest version
  4. Retrofitted the emit signals for the UI to work

WARNING! Not working correctly, seems like the uploaded firmware to ESP32 has a problem. Still investigating, by my python skills are lame :(

sanchosk commented 3 years ago

I forgot the ESP32 needs to upload bootloader, partitions, etc...