Skip to content

Commit

Permalink
V 4.65
Browse files Browse the repository at this point in the history
  • Loading branch information
InnuendoPi committed Oct 2, 2024
1 parent b44f965 commit ce40bf3
Show file tree
Hide file tree
Showing 8 changed files with 67 additions and 66 deletions.
5 changes: 3 additions & 2 deletions 91_tickerCallback.ino
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ void tickerPUBSUBCallback() // Timer Objekt Sensoren

void tickerSenCallback() // Timer Objekt Sensoren
{
DS18B20.requestTemperatures();
if (StopOnMQTTError) // Event handling enabled?
{
switch (sensorsStatus)
Expand Down Expand Up @@ -168,8 +167,10 @@ void tickerSenCallback() // Timer Objekt Sensoren
default:
break;
}
}
} // StopOnMQTTError

handleSensors(false);
DS18B20.requestTemperatures(); // immediately request all sensors after handleSensores -> next tick TickerSen in minimum 1000ms
}

void tickerActCallback() // Timer Objekt Sensoren
Expand Down
Binary file modified build/MQTTDevice4.ino.bin
Binary file not shown.
Binary file modified build/MQTTDevice4.mklittlefs.bin
Binary file not shown.
126 changes: 63 additions & 63 deletions build/compile_commands.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index_htm.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const char index_htm_gz[] PROGMEM = {
0x1f, 0x8b, 0x08, 0x08, 0x8b, 0xbd, 0xfc, 0x66, 0x04, 0x00, 0x69, 0x6e,
0x1f, 0x8b, 0x08, 0x08, 0x3d, 0xcc, 0xfc, 0x66, 0x04, 0x00, 0x69, 0x6e,
0x64, 0x65, 0x78, 0x2e, 0x68, 0x74, 0x6d, 0x00, 0xed, 0x5d, 0xfd, 0x5a,
0xf3, 0x34, 0x14, 0xbf, 0x95, 0x5a, 0x15, 0x36, 0xed, 0x06, 0x1b, 0x2f,
0x3e, 0x3a, 0x28, 0x3c, 0x08, 0x53, 0x51, 0x04, 0x64, 0xf3, 0xfb, 0x03,
Expand Down
Binary file modified tools/Firmware.zip
Binary file not shown.
Binary file modified tools/MQTTDevice4.ino.bin
Binary file not shown.
Binary file modified tools/MQTTDevice4.mklittlefs.bin
Binary file not shown.

0 comments on commit ce40bf3

Please sign in to comment.