mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
clean up standalone
This commit is contained in:
@@ -17,17 +17,16 @@
|
||||
|
||||
#ifdef EMSESP_STANDALONE
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#include <iostream>
|
||||
#include <thread>
|
||||
#include <atomic>
|
||||
|
||||
#include <string>
|
||||
|
||||
#include <Network.h>
|
||||
#include "Arduino.h"
|
||||
#include "Network.h"
|
||||
|
||||
NativeConsole Serial;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user