Compile with Arduino 3 (ESP-IDF 5.x)

This commit is contained in:
tueddy
2024-03-02 17:47:18 +01:00
committed by Mathieu Carbou
parent b912845230
commit 3ee4013002
3 changed files with 14 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
*/
#include "Arduino.h"
#include "AsyncEventSource.h"
#include <rom/ets_sys.h>
static String generateEventMessage(const char *message, const char *event, uint32_t id, uint32_t reconnect){
String ev;