RPi Pico screen, CannedMessageModule (CardKB) and reboot support (#2595)

* Make input_source case insensitive

* Implement reboot for RP2040

* Remove EXT_NOTFIFY_OUT as it conflicts with I2C and module is not supported

* RP2040 has screen, button and wire

* Add default I2C pins also for Pico W
This commit is contained in:
GUVWAF
2023-07-08 18:32:36 +02:00
committed by GitHub
parent 97606cd382
commit d8ad2b3f48
5 changed files with 20 additions and 9 deletions

View File

@@ -15,11 +15,11 @@
#define USE_SH1106 1
#undef GPS_SERIAL_NUM
// #define I2C_SDA 6
// #define I2C_SCL 7
// default I2C pins:
// SDA = 4
// SCL = 5
#define BUTTON_PIN 17
#define EXT_NOTIFY_OUT 4
#define LED_PIN PIN_LED