Fixed tilt calulation error #29

This commit is contained in:
Magnus Persson
2022-02-06 21:22:46 +01:00
parent 95216ecc54
commit 914b4125d8
4 changed files with 19 additions and 3 deletions

View File

@ -27,6 +27,7 @@ SOFTWARE.
// Common strings used in json formats.
#define PARAM_ID "id"
#define PARAM_MDNS "mdns"
#define PARAM_CONFIG_VER "config-version"
#define PARAM_OTA "ota-url"
#define PARAM_SSID "wifi-ssid"
#define PARAM_PASS "wifi-pass"