File renaming

This commit is contained in:
Emanuele Trabattoni
2025-06-23 14:54:00 +02:00
parent 9530aab1c1
commit 7a7d677bfe
8 changed files with 2 additions and 401 deletions

View File

@@ -3,10 +3,6 @@
#include <ETH.h>
#include <SPI.h>
#include "WS_PCF85063.h"
#include "WS_GPIO.h"
#include "WS_RTC.h"
// Set this to 1 to enable dual Ethernet support
#define USE_TWO_ETH_PORTS 0
@@ -35,7 +31,7 @@
ETHClass ETH1(1);
#endif
#define timezone 8 // china
#define TZ 1 // rome
void ETH_Init(void);
void ETH_Loop(void);