Hi,
i am trying to add this 8MB flash esp board but cant figure out the correct board to put in esphome.
the chips is: ESP32-D0WD-V3
didn’t find one that matched in the documentation.
picture with the esptool.py:
This is what i could figure out myself and seems to compile and upload just fine, is this correct?
esphome:
name: thermostat
platform: ESP32
board: esp32dev
platformio_options:
board_upload.flash_size: 8MB
board_build.partitions: "default_8MB.csv"