[WIP] Improve memory management of matrix maps

This commit is contained in:
Adam Honse
2026-01-09 01:19:20 -06:00
parent d258e3551f
commit af04dd8d58
68 changed files with 235 additions and 608 deletions

View File

@@ -190,7 +190,8 @@ RGBController_Debug::RGBController_Debug(bool custom_controller, json debug_sett
}
}
custom_zone.matrix_map->map = MatrixARR;
custom_zone.matrix_map->delete_map = true;
custom_zone.matrix_map->map = MatrixARR;
}
/*---------------------------------------------*\