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 += '"';
|
IdentifierStr += '"';
|
||||||
} else if (LastChar == 'n') {
|
} else if (LastChar == 'n') {
|
||||||
IdentifierStr += '\n';
|
IdentifierStr += '\n';
|
||||||
|
} else if (LastChar == '\\') {
|
||||||
|
IdentifierStr += '\\';
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
IdentifierStr += (char)LastChar;
|
IdentifierStr += (char)LastChar;
|
||||||
|
|||||||
@@ -40,7 +40,7 @@
|
|||||||
"defActive": true,
|
"defActive": true,
|
||||||
"usedLibs": {
|
"usedLibs": {
|
||||||
"esp32*": [
|
"esp32*": [
|
||||||
"https://github.com/milesburton/Arduino-Temperature-Control-Library"
|
"milesburton/DallasTemperature @ ^4.0.4"
|
||||||
],
|
],
|
||||||
"esp32c6_4mb": [
|
"esp32c6_4mb": [
|
||||||
"https://github.com/pstolarz/Arduino-Temperature-Control-Library.git#OneWireNg"
|
"https://github.com/pstolarz/Arduino-Temperature-Control-Library.git#OneWireNg"
|
||||||
@@ -49,7 +49,7 @@
|
|||||||
"https://github.com/pstolarz/Arduino-Temperature-Control-Library.git#OneWireNg"
|
"https://github.com/pstolarz/Arduino-Temperature-Control-Library.git#OneWireNg"
|
||||||
],
|
],
|
||||||
"esp82*": [
|
"esp82*": [
|
||||||
"https://github.com/milesburton/Arduino-Temperature-Control-Library"
|
"milesburton/DallasTemperature @ ^4.0.4"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user