mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-19 17:22:59 +00:00
add locks
This commit is contained in:
@@ -5,7 +5,7 @@ board_build.partition = default_16MB.csv
|
||||
board_check = false
|
||||
upload_protocol = esptool
|
||||
build_type = debug
|
||||
build_flags = -g -O0
|
||||
build_flags = -g -O0 -fno-strict-aliasing
|
||||
${esp32_base.build_flags}
|
||||
-I variants/esp32s3/t5s3_epaper
|
||||
-D T5_S3_EPAPER_PRO
|
||||
@@ -13,6 +13,8 @@ build_flags = -g -O0
|
||||
-D TOUCH_THRESHOLD_X=50
|
||||
-D TOUCH_THRESHOLD_Y=30
|
||||
-D TIME_LONG_PRESS=500
|
||||
-D CONFIG_DISABLE_HAL_LOCKS=1 ; we use SPILock instead
|
||||
-D EINK_LIMIT_GHOSTING_PX
|
||||
; -D GPS_POWER_TOGGLE
|
||||
|
||||
build_src_filter =
|
||||
|
||||
Reference in New Issue
Block a user