Updated featheresp32 config to use Serial2 for Mbus

This commit is contained in:
Gunnar Skjold
2020-02-15 18:01:10 +01:00
parent b2174dd521
commit 4e24e2949a
2 changed files with 2 additions and 2 deletions

View File

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