mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
Fix: Ds18b20 не корректно обрабатывались отрицательные значения температуры
This commit is contained in:
@@ -40,22 +40,22 @@
|
|||||||
"defActive": true,
|
"defActive": true,
|
||||||
"usedLibs": {
|
"usedLibs": {
|
||||||
"esp32_4mb": [
|
"esp32_4mb": [
|
||||||
"milesburton/DallasTemperature@^3.9.1"
|
"https://github.com/milesburton/Arduino-Temperature-Control-Library"
|
||||||
],
|
],
|
||||||
"esp8266_4mb": [
|
"esp8266_4mb": [
|
||||||
"milesburton/DallasTemperature@^3.9.1"
|
"https://github.com/milesburton/Arduino-Temperature-Control-Library"
|
||||||
],
|
],
|
||||||
"esp8266_1mb": [
|
"esp8266_1mb": [
|
||||||
"milesburton/DallasTemperature@^3.9.1"
|
"https://github.com/milesburton/Arduino-Temperature-Control-Library"
|
||||||
],
|
],
|
||||||
"esp8266_1mb_ota": [
|
"esp8266_1mb_ota": [
|
||||||
"milesburton/DallasTemperature@^3.9.1"
|
"https://github.com/milesburton/Arduino-Temperature-Control-Library"
|
||||||
],
|
],
|
||||||
"esp8285_1mb": [
|
"esp8285_1mb": [
|
||||||
"milesburton/DallasTemperature@^3.9.1"
|
"https://github.com/milesburton/Arduino-Temperature-Control-Library"
|
||||||
],
|
],
|
||||||
"esp8285_1mb_ota": [
|
"esp8285_1mb_ota": [
|
||||||
"milesburton/DallasTemperature@^3.9.1"
|
"https://github.com/milesburton/Arduino-Temperature-Control-Library"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user