fix include error

This commit is contained in:
mverch67
2024-04-17 19:56:26 +01:00
parent bd26d38c17
commit ff809dc1e1
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#include "MeshEnvelope.h"
#include "Log.h"
#include "ILog.h"
#include "mesh-pb-constants.h"
#include <pb_decode.h>
#include <pb_encode.h>
+1 -1
View File
@@ -1,5 +1,5 @@
#include "SerialClient.h"
#include "Log.h"
#include "ILog.h"
#include "MeshEnvelope.h"
#include <time.h>
#ifdef ARCH_ESP32
+1 -1
View File
@@ -1,6 +1,6 @@
#include "UARTClient.h"
#include "Arduino.h"
#include "Log.h"
#include "ILog.h"
#ifndef SERIAL_BAUD
#define SERIAL_BAUD 38400