Files
MySensors/library.json
dirkju 1d0e25fbc8 Arduino_core_STM32 support (improved) (#1571)
* Arduino_core_STM32 support v1 after three previous attempts failed or were abandoned (#1422, #1437, #1486)

* fixed compile warning on redefined (v)snprintf

* add missing WDG reset, harden VREF and ATEMP to fail gracefully when not available
2025-11-14 22:25:33 +02:00

27 lines
731 B
JSON

{
"name": "MySensors",
"keywords": "framework, sensor, rf",
"description": "Home Automation Framework. Create your own wireless sensor mesh using nRF24L01+, RFM69 and RFM95 radios running on AVR, ESP32, ESP8266, NRF5x, SAMD, STM32, STM32F1 and Teensyduino. Over-the-air updates and MySensors support by 20+ home automation controllers.",
"repository":
{
"type": "git",
"url": "https://github.com/mysensors/MySensors.git"
},
"version": "2.4.0-alpha",
"frameworks": "arduino",
"platforms": "*",
"export": {
"exclude": [
"tests",
"Documentation",
".mystools",
"projects",
"examples_linux",
"initscripts",
"configure",
".ci",
"Doxyfile"
]
}
}