Get the unphone to stop bootlooping: increase MAX_THREADS everywhere (#7106)

This commit is contained in:
Jonathan Bennett
2025-06-22 16:59:04 -05:00
committed by GitHub
parent 4308bbc156
commit 247e05bb10
8 changed files with 2 additions and 8 deletions

View File

@@ -57,8 +57,7 @@
#define LED_PIN 13 // the red part of the RGB LED
#define LED_STATE_ON 0 // State when LED is lit
#define ALT_BUTTON_PIN 21 // Button 3 - square - top button in landscape mode
#define BUTTON_NEED_PULLUP2 TB_UP
#define ALT_BUTTON_PIN 21 // Button 3 - square - top button in landscape mode
#define BUTTON_PIN 0 // Circle button
#define BUTTON_NEED_PULLUP // we do need a helping hand up
#define CANCEL_BUTTON_PIN 45 // Button 1 - triangle - bottom button in landscape mode