This commit is contained in:
Ric In New Mexico 2025-08-28 13:10:31 +02:00 committed by GitHub
commit 1f44071cc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,14 +1,13 @@
// #define BUTTON_NEED_PULLUP // if set we need to turn on the internal CPU pullup during sleep
// Note: The M5Stack Core is now referred to as the M5Stack "Basic"
#define I2C_SDA 21
#define I2C_SCL 22
// #define BUTTON_PIN 39 // 38, 37
// #define BUTTON_PIN 0
#define BUTTON_NEED_PULLUP
// #define EXT_NOTIFY_OUT 13 // Default pin to use for Ext Notify Plugin.
#define BUTTON_PIN 38
// #define BUTTON_NEED_PULLUP // if set we need to turn on the internal CPU pullup during sleep
#define BUTTON_NEED_PULLUP
#define PIN_BUZZER 25
@ -23,8 +22,8 @@
#define LORA_CS 5
#define USE_RF95
#define LORA_DIO0 36 // a No connect on the SX1262 module
#define LORA_RESET 26
#define LORA_DIO0 35 // IRQ
#define LORA_RESET 25
#define LORA_DIO1 RADIOLIB_NC // Not really used
#define LORA_DIO2 RADIOLIB_NC // Not really used