You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In IDF for ESP32, there is an option to generate external project folder into spiffimg.bin and flash it to ESP32 chip. Can use following line in cmakelist.txt inside the main.c folder.
ESP8266, this command is not working and I couldn't find any option to do it. Is there a way exists?
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Missing option to generate and flash external spiffimg
Missing option to generate and flash external spiffimg (GIT8266O-833)
Oct 26, 2023
In IDF for ESP32, there is an option to generate external project folder into spiffimg.bin and flash it to ESP32 chip. Can use following line in cmakelist.txt inside the main.c folder.
spiffs_create_partition_image(storage ../data FLASH_IN_PROJECT)
ESP8266, this command is not working and I couldn't find any option to do it. Is there a way exists?
The text was updated successfully, but these errors were encountered: