Merge pull request #406 from biveraxe/ver4dev

Уточняем версию библиотеки DallasTemperature
This commit is contained in:
2025-08-14 14:21:48 +03:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

View File

@@ -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;

View File

@@ -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"
] ]
} }
} }