mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-22 16:56:53 +00:00
fix notification crash;
This commit is contained in:
parent
50734a73ef
commit
8deff9bdc2
@ -85,7 +85,8 @@ build_flags =
|
||||
-D SDCARD_USE_SOFT_SPI
|
||||
-D SPI_DRIVER_SELECT=2
|
||||
-D USE_I2S_BUZZER
|
||||
-D INPUTDRIVER_BUTTON_TYPE=0
|
||||
; -D INPUTDRIVER_BUTTON_TYPE=0 ; no button as this pin is assigned to LoRa cs!
|
||||
-D SCREEN_TOUCH_INT=47 ; used to wake up the MCU by touch
|
||||
-D LGFX_DRIVER_TEMPLATE
|
||||
-D LGFX_DRIVER=LGFX_GENERIC
|
||||
-D GFX_DRIVER_INC=\"graphics/LGFX/LGFX_GENERIC.h\"
|
||||
|
@ -126,7 +126,7 @@
|
||||
#define DAC_I2S_BCK 13
|
||||
#define DAC_I2S_WS 11
|
||||
#define DAC_I2S_DOUT 12
|
||||
#define DAC_I2S_MCLK 0
|
||||
#define DAC_I2S_MCLK 7 // don't use GPIO0 because it's assigned to LoRa or button
|
||||
#endif
|
||||
|
||||
// GPS via UART1 connector
|
||||
|
Loading…
Reference in New Issue
Block a user