mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-12 09:36:59 +00:00
There is a problem with the PlatformIO builder since the last update of @mvdbro It's an issue with the parsing of `#ifdef ESP32`. It is very well explained here: [platformio/platformio-core#801 (comment)](https://github.com/platformio/platformio-core/issues/801#issuecomment-252447178) In short, the event handling functions for the wifi have been moved to a separate .h file, since those files will be parsed properly by the Library Dependency Finder (LDF) in PlatformIO 3.x
16 lines
435 B
JSON
16 lines
435 B
JSON
{
|
|
"name": "ESPeasySoftwareSerial",
|
|
"version": "3.3.1",
|
|
"keywords": [
|
|
"serial", "io", "softwareserial"
|
|
],
|
|
"description": "Implementation of the Arduino software serial for ESP8266. Adjusted to reduce memory footprint for ESPeasy",
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/plerup/espsoftwareserial"
|
|
},
|
|
"frameworks": "arduino",
|
|
"platforms": "espressif8266"
|
|
}
|