mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-28 07:02:17 +03:00
устранен баг телеграма, баг сценариев....
This commit is contained in:
@@ -106,7 +106,7 @@ void deviceInit() {
|
||||
|
||||
int errors = myLineParsing.getPinErrors();
|
||||
|
||||
if (errors != 0) {
|
||||
if (errors > 0) {
|
||||
jsonWriteStr(configSetupJson, F("warning3"), F("<div style='margin-top:10px;margin-bottom:10px;'><font color='black'><p style='border: 1px solid #DCDCDC; border-radius: 3px; background-color: #ffc7c7; padding: 10px;'>Обнаружен неверный номер пина</p></font></div>"));
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user