mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-28 04:58:54 +00:00
Updated featheresp32 config to use Serial2 for Mbus
This commit is contained in:
@@ -51,7 +51,7 @@ SoftwareSerial *hanSerial = new SoftwareSerial(D1);
|
||||
#define LED_ACTIVE_HIGH 1
|
||||
#define AP_BUTTON_PIN INVALID_BUTTON_PIN
|
||||
|
||||
HardwareSerial *hanSerial = &Serial;
|
||||
HardwareSerial *hanSerial = &Serial2;
|
||||
|
||||
// Default build settings
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user