Portduino: specify C++ version and add link pthread (#5642)

This commit is contained in:
GUVWAF
2024-12-21 18:13:03 +01:00
committed by GitHub
parent 1c8b165408
commit f4cff33450
2 changed files with 4 additions and 3 deletions

View File

@@ -34,7 +34,9 @@ build_flags =
-Isrc/platform/portduino
-DRADIOLIB_EEPROM_UNSUPPORTED
-DPORTDUINO_LINUX_HARDWARE
-lpthread
-lstdc++fs
-lbluetooth
-lgpiod
-lyaml-cpp
-lyaml-cpp
-std=c++17