mirror of
https://github.com/nacabaro/nacapet.git
synced 2026-06-05 14:02:53 +00:00
Compare commits
2 Commits
91e00bea43
...
4b869f22f3
| Author | SHA1 | Date | |
|---|---|---|---|
| 4b869f22f3 | |||
| cde99fc554 |
5
.gitignore
vendored
5
.gitignore
vendored
@ -9,6 +9,11 @@
|
||||
*.egg
|
||||
*.cm
|
||||
*.png
|
||||
*.jpg
|
||||
*.webp
|
||||
*.adv
|
||||
*.coli
|
||||
ideas/
|
||||
__pycache__/
|
||||
venv/
|
||||
sprites/
|
||||
|
||||
4
partitions_4MB.csv
Normal file
4
partitions_4MB.csv
Normal file
@ -0,0 +1,4 @@
|
||||
# Name, Type, SubType, Offset, Size, Flags
|
||||
nvs, data, nvs, 0x9000, 0x7000,
|
||||
app0, app, factory, 0x10000, 0xA0000,
|
||||
spiffs, data, spiffs, 0xB0000, 0x350000,
|
||||
|
@ -53,7 +53,7 @@ build_flags =
|
||||
-DDISALLOW_SLEEP
|
||||
-DDEV_UNIT
|
||||
|
||||
board_build.partitions = default.csv
|
||||
board_build.partitions = partitions_4MB.csv
|
||||
lib_deps = TFT_eSPI, fbiego/ESP32Time@^2.0.6, electroniccats/MPU6050@^1.4.3
|
||||
upload_port = COM5
|
||||
monitor_port = COM5
|
||||
Loading…
x
Reference in New Issue
Block a user