From 4e662cb1e24d0b3b943035d1b1bfff7768daaf18 Mon Sep 17 00:00:00 2001 From: Terje Io Date: Mon, 6 May 2024 12:04:41 +0200 Subject: [PATCH] Increased max application size to 2 MB. 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. --- driver.json | 2 ++ partitions.csv | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/driver.json b/driver.json index e65ce47..f231882 100644 --- a/driver.json +++ b/driver.json @@ -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, @@ -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, diff --git a/partitions.csv b/partitions.csv index f7e11c5..80fffb4 100644 --- a/partitions.csv +++ b/partitions.csv @@ -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,