Skip to content

Commit

Permalink
fix pio build shit
Browse files Browse the repository at this point in the history
  • Loading branch information
Forairaaaaa committed Oct 1, 2024
1 parent 43b6343 commit 1a91d72
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
"platforms": "*",
"build": {
"srcDir": ".",
"includeDir": "./src"
"includeDir": "./src",
"flags": [
"-std=c++17"
]
}
}

0 comments on commit 1a91d72

Please sign in to comment.