1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-12-24 13:21:23 +01:00

ifdef whole file

This commit is contained in:
Harald Barth 2022-07-31 00:23:19 +02:00
parent 06647ae7e4
commit d29219f858

View File

@ -17,9 +17,9 @@
along with CommandStation. If not, see <https://www.gnu.org/licenses/>. along with CommandStation. If not, see <https://www.gnu.org/licenses/>.
*/ */
#if defined(ARDUINO_ARCH_ESP32)
#include <vector> #include <vector>
#include "defines.h" #include "defines.h"
#if defined(ARDUINO_ARCH_ESP32)
#include <WiFi.h> #include <WiFi.h>
#include "WifiESP32.h" #include "WifiESP32.h"
#include "DIAG.h" #include "DIAG.h"