mirror of
https://github.com/m5stack/meshtastic-device-ui.git
synced 2026-05-20 11:51:03 -07:00
fix include error
This commit is contained in:
@@ -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,5 +1,5 @@
|
||||
#include "SerialClient.h"
|
||||
#include "Log.h"
|
||||
#include "ILog.h"
|
||||
#include "MeshEnvelope.h"
|
||||
#include <time.h>
|
||||
#ifdef ARCH_ESP32
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "UARTClient.h"
|
||||
#include "Arduino.h"
|
||||
#include "Log.h"
|
||||
#include "ILog.h"
|
||||
|
||||
#ifndef SERIAL_BAUD
|
||||
#define SERIAL_BAUD 38400
|
||||
|
||||
Reference in New Issue
Block a user