NerdMiner_v2
NerdMiner_v2 copied to clipboard
How to write configuration files to Flash in bin
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.
same problem, any solutions so far?