libretiny-eu / esphome-kickstart

Precompiled LibreTiny-ESPHome firmware allowing identification of device pins and OTA upgrading
35 stars 4 forks source link

ESP8285 different config #12

Closed jon-daemon closed 5 months ago

jon-daemon commented 5 months ago

I need to flash a few devices with ESP8285 to identify their inputs and outputs. I added new config files in yaml folder withboard: esp8285 and built the firmware. It seems to work fine but I'm not sure if that was necessary. Could I just use the ESP8266 firmware?

Cossid commented 5 months ago

esp8285 and esp01_1m (default 8266 board) are functionally the same. The only difference is the 8285 has internal flash instead of external, but that shouldn't matter here.

jon-daemon commented 5 months ago

Thanks, so my separate config is useless.