updated example and readme
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user