Browse Source

rename class

pull/3049/head
liamcottle 2 weeks ago
parent
commit
b4143a4402
  1. 2
      examples/companion_radio/main.cpp
  2. 0
      src/helpers/ethernet/EthernetInterface.h

2
examples/companion_radio/main.cpp

@ -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>

0
src/helpers/ethernet/Ethernet.h → src/helpers/ethernet/EthernetInterface.h

Loading…
Cancel
Save