Add extended TiltModel

This commit is contained in:
jpirnay
2026-05-11 16:29:40 +02:00
parent e035e4584b
commit 2b1dbb6737
17 changed files with 545 additions and 28 deletions
+2 -2
View File
@@ -1232,7 +1232,7 @@ void CrossPointWebServer::handleSettingsPage() const {
}
void CrossPointWebServer::handleGetSettings() const {
const auto& settings = getSettingsList();
const auto settings = getSettingsList();
String result;
result.reserve(4096);
@@ -1351,7 +1351,7 @@ void CrossPointWebServer::handlePostSettings() {
return;
}
const auto& settings = getSettingsList();
const auto settings = getSettingsList();
int applied = 0;
for (const auto& s : settings) {