compiled for esp32
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"name": "PIP",
|
||||
"version": "2.33.0",
|
||||
"keywords": "pip",
|
||||
"description": "Platform-Independent Primitives",
|
||||
"repository":
|
||||
@@ -15,8 +14,11 @@
|
||||
{
|
||||
"srcFilter": [
|
||||
"+<libs/main/core/*.cpp>",
|
||||
"+<libs/main/containers/*.cpp>"
|
||||
"+<libs/main/containers/*.cpp>",
|
||||
"+<libs/main/math/*.cpp>",
|
||||
"+<libs/main/thread/*.cpp>"
|
||||
],
|
||||
"extraScript": "platformio_pre.py"
|
||||
"extraScript": "platformio_pre.py",
|
||||
"flags": "-DPIP_FREERTOS"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user