Name too long

This commit is contained in:
CommanderRedYT
2021-12-29 05:47:53 +01:00
parent 3f0baddcb1
commit 351c40fce7

View File

@@ -139,7 +139,7 @@ void StringSettings::executeForEveryCommonSetting(T &&callable)
#ifdef FEATURE_ESPNOW
#endif
callable("espnow_doorId", esp_now_door_id);
callable("espnow_doorToken", esp_now_door_token);
callable("espnow_doorTo", esp_now_door_token);
}
template<typename T>