Merge branch 'develop' into bluetooth-handshake-fix

This commit is contained in:
Clive Blackledge 2025-10-15 14:35:34 -07:00 committed by GitHub
commit dad493fcf6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,7 @@
"features": { "features": {
"ghcr.io/devcontainers/features/python:1": { "ghcr.io/devcontainers/features/python:1": {
"installTools": true, "installTools": true,
"version": "latest" "version": "3.13"
} }
}, },
"customizations": { "customizations": {

View File

@ -17,6 +17,7 @@ extends = native_base
build_flags = ${native_base.build_flags} build_flags = ${native_base.build_flags}
!pkg-config --libs libulfius --silence-errors || : !pkg-config --libs libulfius --silence-errors || :
!pkg-config --libs openssl --silence-errors || : !pkg-config --libs openssl --silence-errors || :
!pkg-config --cflags --libs sdl2 --silence-errors || :
[env:native-tft] [env:native-tft]
extends = native_base extends = native_base