From 6564d71685a0864d0b2c3e22ae28a99611dc51cf Mon Sep 17 00:00:00 2001 From: mverch67 Date: Mon, 21 Oct 2024 00:20:10 +0200 Subject: [PATCH] playing with locks; but needs more testing --- variants/t-deck/platformio.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/variants/t-deck/platformio.ini b/variants/t-deck/platformio.ini index fdf7d59479..a459cd0164 100644 --- a/variants/t-deck/platformio.ini +++ b/variants/t-deck/platformio.ini @@ -8,6 +8,7 @@ board_check = true upload_protocol = esptool build_flags = ${esp32_base.build_flags} -D T_DECK + -D CONFIG_DISABLE_HAL_LOCKS=1 ; "feels" to be a bit more stable without locks -D MESHTASTIC_EXCLUDE_CANNEDMESSAGES=1 -D MESHTASTIC_EXCLUDE_INPUTBROKER=1 -D MESHTASTIC_EXCLUDE_BLUETOOTH=1