We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to get this to run on a ESP32 DevKit V4. ESPHome compiles and installs the code without problems but the ESP32 keeps crashing on boot.
Any Idea on how I could fix that or what the problem is? I tried using 2 different ESP32 boards just in case one is broken but the result is the same.
[14:09:52]rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) [14:09:52]configsip: 0, SPIWP:0xee [14:09:52]clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 [14:09:52]mode:DIO, clock div:2 [14:09:52]load:0x3fff0018,len:4 [14:09:52]load:0x3fff001c,len:1044 [14:09:52]load:0x40078000,len:8896 [14:09:52]load:0x40080400,len:5828 [14:09:52]entry 0x400806ac [14:09:53][I][logger:214]: Log initialized [14:09:53][C][ota:461]: There have been 4 suspected unsuccessful boot attempts. [14:09:58][D][esp32.preferences:114]: Saving preferences to [14:09:58]
I changed the first lines of the yaml to match my ESP32.
esphome: name: uart_dietrich platform: ESP32 board: az-delivery-devkit-v4 includes: - dietrich.h
The text was updated successfully, but these errors were encountered:
Same problem.....i can try Wemos 8266 and crashing boot too...
Sorry, something went wrong.
fixes kakaki#7, fixes kakaki#8 (#1)
104f739
* fix compilation for new home assistant * increase size of output string to match actual size after conversion
No branches or pull requests
I'm trying to get this to run on a ESP32 DevKit V4.
ESPHome compiles and installs the code without problems but the ESP32 keeps crashing on boot.
Any Idea on how I could fix that or what the problem is?
I tried using 2 different ESP32 boards just in case one is broken but the result is the same.
I changed the first lines of the yaml to match my ESP32.
The text was updated successfully, but these errors were encountered: