dev24, fix syslog timestamp #2704

This commit is contained in:
MichaelDvP
2025-11-02 17:43:13 +01:00
parent ea9783dbfc
commit f2dca2a90a
5 changed files with 8 additions and 7 deletions

View File

@@ -38,7 +38,7 @@
#endif
#ifndef EMSESP_STANDALONE
#include "ESP32React/ESP32React.h"
#include "../ESP32React/ESP32React.h"
#else
#include "../lib_standalone/ESP32React.h"
#endif

View File

@@ -25,7 +25,7 @@
// UART drivers
#if defined(ESP32)
#include "uart/emsuart_esp32.h"
#include "../uart/emsuart_esp32.h"
#elif defined(EMSESP_STANDALONE)
#include "emsuart_standalone.h"
#endif