Skip to content

Commit

Permalink
Increased max application size to 2 MB.
Browse files Browse the repository at this point in the history
NOTE: settings and any WebUI files stored in littlefs will be overwritten, backup and restore when updating!
Added auto square support in Web Builder for RootCNC v2 and v3.
  • Loading branch information
terjeio committed May 6, 2024
1 parent bcd4da9 commit 4e662cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions driver.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@
"MAP": "main/boards/root_cnc_v2_map.h",
"caps": {
"axes": 6,
"auto_square": 3,
"digital_in": 1,
"serial_ports": 2,
"estop": 0,
Expand All @@ -228,6 +229,7 @@
"MAP": "main/boards/root_cnc_v3_map.h",
"caps": {
"axes": 6,
"auto_square": 3,
"digital_in": 1,
"serial_ports": 2,
"estop": 0,
Expand Down
2 changes: 1 addition & 1 deletion partitions.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x6000,
phy_init, data, phy, 0xf000, 0x1000,
factory, app, factory, 0x10000, 1M,
factory, app, factory, 0x10000, 2M,
grbl, data, 0x99, , 0x1000,
storage, data, spiffs, , 0xF0000,

0 comments on commit 4e662cb

Please sign in to comment.