Modernize the code a bit, clean up most compilation warnings

This commit is contained in:
Lorow
2025-05-18 17:33:05 +02:00
parent 0635bbd5c2
commit 4f0ab541cb
26 changed files with 329 additions and 383 deletions

View File

@@ -8,7 +8,7 @@
#include <cstdint>
#include <string>
#include <cstring>
#include <math.h>
#include <cmath>
#include "esp_log.h"
#include "nvs_flash.h"
#include "nvs.h"