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