mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-09-14 15:16:40 +00:00
rename class
This commit is contained in:
@@ -49,7 +49,7 @@ static uint32_t _atoi(const char* sp) {
|
|||||||
ArduinoSerialInterface serial_interface;
|
ArduinoSerialInterface serial_interface;
|
||||||
HardwareSerial companion_serial(1);
|
HardwareSerial companion_serial(1);
|
||||||
#elif defined(ETHERNET_ENABLED)
|
#elif defined(ETHERNET_ENABLED)
|
||||||
#include <helpers/ethernet/Ethernet.h>
|
#include <helpers/ethernet/EthernetInterface.h>
|
||||||
ETHERNET_CLASS serial_interface;
|
ETHERNET_CLASS serial_interface;
|
||||||
#else
|
#else
|
||||||
#include <helpers/ArduinoSerialInterface.h>
|
#include <helpers/ArduinoSerialInterface.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user