mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 02:32:23 +00:00
Added support for SugarCube device (#8187)
* Added support for SugarCube device * Update variants/esp32/sugarcube/platformio.ini Co-authored-by: Austin <vidplace7@gmail.com> * added buzzer pin * Apply PR comments * Fix MR comments --------- Co-authored-by: Austin <vidplace7@gmail.com>
This commit is contained in:
@@ -8,7 +8,11 @@
|
||||
#define I2C_SDA 21 // I2C pins for this board
|
||||
#define I2C_SCL 22
|
||||
|
||||
#if defined(LED_PIN) && LED_PIN == -1
|
||||
#undef LED_PIN
|
||||
#else
|
||||
#define LED_PIN 25 // If defined we will blink this LED
|
||||
#endif
|
||||
|
||||
#define USE_RF95
|
||||
#define LORA_DIO0 26 // a No connect on the SX1262 module
|
||||
|
||||
Reference in New Issue
Block a user