RP2040: Add SerialModule support (#2830)

* Support for SerialModule on RP2040

* Remove one !defined too many

* Increase serial RX_BUFFER: more reliable for long packets
Even results into an error for ESP32

---------

Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
This commit is contained in:
GUVWAF
2023-09-26 05:45:34 -05:00
committed by GitHub
co-authored by GitHub Ben Meadors
parent 04b2ab82dc
commit a1c433748a
5 changed files with 23 additions and 7 deletions
+4
View File
@@ -17,6 +17,10 @@
// SDA = 4
// SCL = 5
// Recommended pins for SerialModule:
// txd = 8
// rxd = 9
#define EXT_NOTIFY_OUT 22
#define BUTTON_PIN 17
+4
View File
@@ -17,6 +17,10 @@
// SDA = 4
// SCL = 5
// Recommended pins for SerialModule:
// txd = 8
// rxd = 9
#define EXT_NOTIFY_OUT 22
#define BUTTON_PIN 17