mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 14:12:16 +03:00
Merge pull request #406 from biveraxe/ver4dev
Уточняем версию библиотеки DallasTemperature
This commit is contained in:
@@ -744,6 +744,8 @@ int IoTScenario::gettok() {
|
||||
IdentifierStr += '"';
|
||||
} else if (LastChar == 'n') {
|
||||
IdentifierStr += '\n';
|
||||
} else if (LastChar == '\\') {
|
||||
IdentifierStr += '\\';
|
||||
}
|
||||
} else {
|
||||
IdentifierStr += (char)LastChar;
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
"defActive": true,
|
||||
"usedLibs": {
|
||||
"esp32*": [
|
||||
"https://github.com/milesburton/Arduino-Temperature-Control-Library"
|
||||
"milesburton/DallasTemperature @ ^4.0.4"
|
||||
],
|
||||
"esp32c6_4mb": [
|
||||
"https://github.com/pstolarz/Arduino-Temperature-Control-Library.git#OneWireNg"
|
||||
@@ -49,7 +49,7 @@
|
||||
"https://github.com/pstolarz/Arduino-Temperature-Control-Library.git#OneWireNg"
|
||||
],
|
||||
"esp82*": [
|
||||
"https://github.com/milesburton/Arduino-Temperature-Control-Library"
|
||||
"milesburton/DallasTemperature @ ^4.0.4"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user