mirror of
https://github.com/anklimov/lighthub
synced 2025-12-07 12:19:49 +03:00
NWRAM write fixed, startup algoritm improved to achive more independancy from net, DUE: WDT deployed, HTTP client redeveloped
This commit is contained in:
@@ -14,9 +14,7 @@
|
||||
#if defined(__SAM3X8E__)
|
||||
/// DMX not deployed yet
|
||||
#undef _dmxin
|
||||
//#undef _dmxout
|
||||
#define modbusSerial Serial2
|
||||
//#include <DmxDue.h>
|
||||
#define dmxout DmxDue4
|
||||
#define dmxin DmxDue1
|
||||
#endif
|
||||
@@ -24,7 +22,6 @@
|
||||
#if defined(ESP_PLATFORM)
|
||||
#undef _dmxin
|
||||
#undef _dmxout
|
||||
//#undef _modbus
|
||||
#define modbusSerial Serial
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user