esp32:
board: esp32-s3-devkitc-1 #https://registry.platformio.org/platforms/platformio/espressif32/boards
framework: #https://registry.platformio.org/tools/espressif/toolchain-xtensa-esp32s3
type: arduino
version: 2.0.3
platform_version: 5.2.0 #https://registry.platformio.org/platforms/platformio/espressif32
variant: esp32s3
this worked for me in a sense that esphome builds and there are no crc errors after uploads, but it hangs on
[18:08:32][C][uart.arduino_esp32:077]: Setting up UART...
even with
logger:
level: DEBUG
baud_rate: 0
as I’m actually using uart in my config
Oh, I see now
https://docs.ai-thinker.com/en/esp32s3
uart:
baud_rate: 9600
tx_pin: 43
rx_pin: 44
This builds and connects to network, i still need to test uart connection working, but it seems it should.