Make ip be uint32 instead of strings

This commit is contained in:
Rune Harlyk
2026-01-03 20:48:15 +01:00
committed by nikguin04
parent 6be38b2e9e
commit d611cd043b
13 changed files with 156 additions and 131 deletions
-1
View File
@@ -1,7 +1,6 @@
#pragma once
#include <ArduinoJson.h>
#include <utils/json_utils.h>
#include <template/state_result.h>
#include <filesystem.h>
#include <string>