SHA-256 comparison failed on WT32-SC01 plus

I am using PlatformIO to do project on WT32-SC01plus, the development board can work on any Wifi sample under Arduino. WT32-SC01 also work well. But upgrade to plus, SHA-256 problem as below, program run but the device AP can’t be search.

ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x1 (POWERON),boot:0xb (SPI_FAST_FLASH_BOOT)
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3808,len:0x43c
load:0x403c9700,len:0xbec
load:0x403cc700,len:0x2a3c
SHA-256 comparison failed:
Calculated: dcde8d8a4817d9bf5d5d69a7247667264e4e10ac7493514868b61f5aa6146539
Expected: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
Attempting to boot anyway…
entry 0x403c98d8
[ 1277][E][Preferences.cpp:503] getBytesLength(): nvs_get_blob len fail: config NOT_FOUND
[1278] Using default config.
[1278]
___ __ __
/ _ )/ /_ _____ / /__
/ _ / / // / _ / '/
/
//_, /////_
/
__/ v1.1.0 on ESP32

#StandWithUkraine https://bit.ly/swua

Looks like a PlatformIO config issue, not related to Blynk…

Pete.

1 Like

This forum is about Blynk, not general troubleshooting. I suggest you do some Google-Fu and/or post your question in a more suitable forum like Plattformios. Also, check Github if there is any issues similar to yours.

Best of luck!

2 Likes

Sorry about the wrong question.
Just solved the problem. Platformio.ini change as below:

platform = https://github.com/platformio/platform-espressif32.git

Thanks for your reply.

2 Likes