rename class

This commit is contained in:
liamcottle
2026-07-28 03:18:54 +12:00
parent 5de857f8f8
commit b4143a4402
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ static uint32_t _atoi(const char* sp) {
ArduinoSerialInterface serial_interface;
HardwareSerial companion_serial(1);
#elif defined(ETHERNET_ENABLED)
#include <helpers/ethernet/Ethernet.h>
#include <helpers/ethernet/EthernetInterface.h>
ETHERNET_CLASS serial_interface;
#else
#include <helpers/ArduinoSerialInterface.h>