Add extended TiltModel
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user