Skip to content

Commit

Permalink
📝✨🔧 add partitions config
Browse files Browse the repository at this point in the history
  • Loading branch information
chriamue committed Feb 10, 2024
1 parent db70391 commit e6c8c6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ cargo build
## Flashing

```bash
cargo espflash monitor
cargo espflash flash --release --monitor --partition-table partitions.csv
```

## License
Expand Down
4 changes: 4 additions & 0 deletions partitions.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x6000,
phy_init, data, phy, 0xf000, 0x1000,
factory, app, factory, 0x10000, 2M,

0 comments on commit e6c8c6b

Please sign in to comment.