Skip to content

Commit

Permalink
correct serial for status updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemensElflein committed Jul 19, 2022
1 parent d6a68f2 commit 4a5b4b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Firmware/LowLevel/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#ifdef USB_DEBUG
#define DEBUG_SERIAL Serial
#endif
#define PACKET_SERIAL Serial
#define PACKET_SERIAL Serial1

SerialPIO uiSerial(PIN_UI_TX, PIN_UI_RX, 250);

Expand Down

0 comments on commit 4a5b4b2

Please sign in to comment.