mirror of
https://github.com/thelsing/knx.git
synced 2025-08-08 13:47:01 +02:00
set Serial1 as default UART for ESP32
This commit is contained in:
parent
56c862b350
commit
33329af159
@ -6,7 +6,7 @@
|
||||
|
||||
#include "knx/bits.h"
|
||||
|
||||
Esp32Platform::Esp32Platform() : ArduinoPlatform(Serial)
|
||||
Esp32Platform::Esp32Platform() : ArduinoPlatform(Serial1)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user