Initial commit

IMU and bubble level working
This commit is contained in:
Brent Perteet
2025-06-14 16:38:53 -05:00
commit f59eb660cf
21 changed files with 6704 additions and 0 deletions

6
partitions.csv Normal file
View File

@@ -0,0 +1,6 @@
# Name, Type, SubType, Offset, Size, Flags
# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap,,,,
nvs, data, nvs, , 0x8000,
otadata, data, ota, , 0x2000,
phy_init, data, phy, , 0x1000,
factory, app, factory, , 0x1B6000,
1 # Name Type SubType Offset Size Flags
2 # Note: if you have increased the bootloader size make sure to update the offsets to avoid overlap
3 nvs data nvs 0x8000
4 otadata data ota 0x2000
5 phy_init data phy 0x1000
6 factory app factory 0x1B6000