Replace sdkconfig with device.properties (#411)
This commit is contained in:
committed by
GitHub
parent
8335611796
commit
7918451699
+13
-3
@@ -2,17 +2,23 @@
|
||||
|
||||
## Before release
|
||||
|
||||
- Change ButtonControl to work with interrupts and xQueue
|
||||
- TCA9534 keyboards should use interrupts
|
||||
- GT911 drivers should use interrupts if it's stable
|
||||
- Elecrow Basic & Advance 3.5" memory issue: not enough memory for App Hub
|
||||
- App Hub crashes if you close it while an app is being installed
|
||||
- Fix glitches when installing app via App Hub with 4.3" Waveshare
|
||||
- Wi-Fi should connect to the access point with the strongest signal over similarly named APs
|
||||
- Wi-Fi connect app should focus on password field when SSID was passed on
|
||||
- Auto-select the close button of an app by default on non-touch devices?
|
||||
- Calculator bugs (see GitHub issue)
|
||||
- Try out speed optimizations: https://docs.espressif.com/projects/esp-faq/en/latest/software-framework/peripherals/lcd.html
|
||||
(relates to CONFIG_ESP32S3_DATA_CACHE_LINE_64B that is in use for RGB displays via the `device.properties` fix/workaround)
|
||||
|
||||
## Higher Priority
|
||||
|
||||
- Wi-Fi should connect to the access point with the strongest signal over similarly named APs
|
||||
- Wi-Fi connect app should focus on password field when SSID was passed on
|
||||
- Fix Cardputer (original): use LV_KEY_NEXT and _PREV in keyboard mapping instead of encoder driver hack (and check GPIO app if it then hangs too)
|
||||
- Logging with a function that uses std::format
|
||||
- Calculator bugs (see GitHub issue)
|
||||
- Expose http::download() and main dispatcher to TactiltyC.
|
||||
- External app loading: Check the version of Tactility and check ESP target hardware to check for compatibility
|
||||
Check during installation process, but also when starting (SD card might have old app install from before Tactility OS update)
|
||||
@@ -28,6 +34,10 @@
|
||||
- Support direct installation of an `.app` file with `tactility.py install helloworld.app <ip>`
|
||||
- Support `tactility.py target <ip>` to remember the device IP address.
|
||||
- minitar/untarFile(): "entry->metadata.path" can escape its confined path (e.g. "../something")
|
||||
- Consider these defaults when PSRAM is present:
|
||||
CONFIG_SPIRAM_FETCH_INSTRUCTIONS=y
|
||||
CONFIG_SPIRAM_RODATA=y
|
||||
CONFIG_SPIRAM_XIP_FROM_PSRAM=y
|
||||
|
||||
## Medium Priority
|
||||
|
||||
|
||||
Reference in New Issue
Block a user