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 have this wifi board. I've read that it has 16Mb but I can't find this board so I don't know for sure.
I followed these instructions for upgrading the firmware, using the openevse_wifi_v1.bin instead of openevse_wifi_tft_v1.bin.
openevse_wifi_v1.bin
openevse_wifi_tft_v1.bin
Now I'm stuck in a boot loop:
ets Jul 29 2019 12:21:46 rst:0x8 (TG1WDT_SYS_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:1 load:0x3fff0030,len:1344 load:0x40078000,len:13964 load:0x40080400,len:3600 entry 0x400805f0
The text was updated successfully, but these errors were encountered:
Tried with the tft firmware. Still get a boot loop but the rst value is different:
ets Jul 29 2019 12:21:46 rst:0x3 (SW_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:1 load:0x3fff0030,len:1344 load:0x40078000,len:13964 load:0x40080400,len:3600 entry 0x400805f0
Sorry, something went wrong.
I was able to get out of the boot loop using the tft firmware.
No branches or pull requests
I have this wifi board. I've read that it has 16Mb but I can't find this board so I don't know for sure.
I followed these instructions for upgrading the firmware, using the
openevse_wifi_v1.bin
instead ofopenevse_wifi_tft_v1.bin
.Now I'm stuck in a boot loop:
The text was updated successfully, but these errors were encountered: