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

This commit is contained in:
GUVWAF
2024-12-21 11:13:03 -06:00
committed by GitHub
co-authored by GitHub
parent 1c8b165408
commit f4cff33450
2 changed files with 4 additions and 3 deletions
+3 -1
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