Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit eadb1be

Browse files
ivankravetsme-no-dev
authored andcommitted
Check for compatible framework and dev/platform before build (#71)
1 parent a57560d commit eadb1be

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

library.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@
1212
"type": "git",
1313
"url": "https://github.com/me-no-dev/ESPAsyncTCP.git"
1414
},
15-
"version": "1.1.2",
15+
"version": "1.1.3",
1616
"license": "LGPL-3.0",
1717
"frameworks": "arduino",
18-
"platforms": ["espressif8266", "espressif8266_stage"]
18+
"platforms": "espressif8266",
19+
"build": {
20+
"libCompatMode": 2
21+
}
1922
}

0 commit comments

Comments
 (0)