updated example and readme

This commit is contained in:
2021-04-13 14:32:42 +02:00
parent d7d2ff4248
commit 65061d53b1
2 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ void onPacket(Packet packet) {
void setup() {
// Initialize (deviceOne) serial device on index 0 with a baud rate of 115200.
deviceOne.init(0, 115200);
deviceOne.init(Serial, 115200);
}
void loop() {