mirror of
https://github.com/thelsing/knx.git
synced 2025-08-22 13:46:21 +02:00
Update arduino_platform.cpp
This commit is contained in:
parent
9b6e609cad
commit
7ae75e7ed8
@ -3,7 +3,7 @@
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
Stream& ArduinoPlatform::SerialDebug = SerialUSB;
|
||||
Stream& ArduinoPlatform::SerialDebug = Serial;
|
||||
|
||||
ArduinoPlatform::ArduinoPlatform(HardwareSerial* knxSerial) : _knxSerial(knxSerial)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user