add MqttLogger

This commit is contained in:
technyon
2022-12-23 22:32:57 +01:00
parent 7674e2a08d
commit 7ee197e827
15 changed files with 447 additions and 45 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "MqttLogger",
"keywords": "serial, mqtt, logging",
"description": "Remote logging on a mqtt broker with the same interface as Serial.print().",
"repository": {
"type": "git",
"url": "https://github.com/androbi-com/MqttLogger.git"
},
"version": "0.2.3",
"exclude": "examples/*/wifi_secrets.h",
"examples": "examples/*/*.ino",
"frameworks": "arduino",
"platforms": [
"atmelavr",
"espressif8266",
"espressif32"
]
}