Upgrade to C++23

This commit is contained in:
2022-06-25 22:16:21 +02:00
parent 38fb68ce2e
commit 3c13473d0c
27 changed files with 49 additions and 35 deletions

View File

@@ -1,5 +1,8 @@
#include "webserver_displaycontrol.h"
// system includes
#include <utility>
// esp-idf includes
#include <esp_http_server.h>
#include <esp_log.h>
@@ -17,7 +20,6 @@
#include <lockhelper.h>
#include <tickchrono.h>
#include <screenmanager.h>
#include <futurecpp.h>
// local includes
#include "bobbybuttons.h"