Various improvements (#46)

- Specify IDF SDK version in a safer way
- Fix for crash when polling SD card presence (Need to implement a universal locking mechanism later on)
- Updated `ideas.md`
- SD card task prio set to low
This commit is contained in:
Ken Van Hoeylandt
2024-02-17 17:41:56 +01:00
committed by GitHub
parent de34cbfd7a
commit 5fef25fb13
4 changed files with 19 additions and 3 deletions
+1 -1
View File
@@ -3,4 +3,4 @@ dependencies:
espressif/esp_lcd_touch_cst816s: "^1.0.3"
espressif/esp_lcd_touch_gt911: "^1.0.0"
espressif/esp_lcd_touch: "1.1.1"
idf: '>=5.1.2'
idf: '~5.1.2'