Added Dispatcher and fix sim (#54)
- Add dispatcher mechanism (a queue for function calls) and tests - Added tests for MessageQueue - Fix FreeRTOS config for simulator - Explicit dependencies for touch-related libs, because minor version changes caused broken builds on CI.
This commit is contained in:
committed by
GitHub
parent
69a0c01686
commit
b659d5b940
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
espressif/esp_lcd_ili9341: "^2.0.0"
|
||||
espressif/esp_lcd_touch_cst816s: "^1.0.3"
|
||||
espressif/esp_lcd_touch_gt911: "^1.0.0"
|
||||
espressif/esp_lcd_touch: "1.1.1"
|
||||
espressif/esp_lcd_ili9341: "2.0.0"
|
||||
espressif/esp_lcd_touch_cst816s: "1.0.3"
|
||||
espressif/esp_lcd_touch_gt911: "1.1.1"
|
||||
espressif/esp_lcd_touch: "1.1.2"
|
||||
idf: '~5.2'
|
||||
|
||||
Reference in New Issue
Block a user