Skip to content

Commit 2edf8d8

Browse files
committed
iRename sdkconfig so that it is picked up (hopefully)
1 parent 80f1120 commit 2edf8d8

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ integrated into existing applications.
3232
The code for the smaller partition should be on one side very generic but also as compact as possible
3333
to allow a small partition size.
3434

35-
## details
35+
## Details
3636

3737
SPI_FLASH_DANGEROUS_WRITE - must be set to allow
3838

@@ -47,4 +47,9 @@ can see the content in `main/sd-partition-table.csv` it results in the following
4747
spiffs, data, spiffs, 0x3D0000, 0x030000,
4848

4949
It is mainly based on the existing partition schema, to change as little as possible
50-
and let existing `spiffs` data intact.
50+
and let existing `spiffs` data intact.
51+
52+
## Compile
53+
54+
If the build fails with '', remove all `CMake*.txt` files and run `platformio run` which
55+
worked for me.
File renamed without changes.

0 commit comments

Comments
 (0)