Добавляем возможность перенастройки шины i2c

This commit is contained in:
2022-10-03 00:33:47 +03:00
parent a4b54ccff7
commit 615c645aaf
2 changed files with 21 additions and 1 deletions

View File

@@ -16,5 +16,8 @@
"mqttPass": "3hostel3",
"serverip": "http://iotmanager.org",
"log": 0,
"mqttin": 0
"mqttin": 0,
"pinSCL": 0,
"pinSDA": 0,
"i2cFreq": 100000
}