BitMaker-hub / NerdMiner_v2

Improved version of first ESP32 NerdMiner
Other
1.55k stars 286 forks source link

How to write configuration files to Flash in bin #265

Open oukan opened 9 months ago

oukan commented 9 months ago

in platformio.ini board_build.partitions = huge_app.csv add board_build.embed_txtfiles = data/config.json

Generate a bin file and write it to flash, But the configuration did not take effect.

NerdMiner v2 starting...... SPIFS: Mounting File System... SPIFS: Mounted SPIFS: No config file available!

How should it be implemented? thanks.