1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-07-28 18:03:45 +02:00

add ESP defines

This commit is contained in:
Harald Barth
2022-03-04 23:37:27 +01:00
parent 2890a7928b
commit f7e2c0ca99
8 changed files with 145 additions and 7 deletions

View File

@@ -22,7 +22,7 @@
#ifndef ARDUINO_AVR_UNO_WIFI_REV2
// This code is NOT compiled on a unoWifiRev2 processor which uses a different architecture
#include "WifiInterface.h" /* config.h included there */
#include <avr/pgmspace.h>
//#include <avr/pgmspace.h>
#include "DIAG.h"
#include "StringFormatter.h"