Skip to content

Commit

Permalink
Update for ArduinoCore V3.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Eduard Deperschmidt <[email protected]>
  • Loading branch information
eduard156d committed Oct 19, 2024
1 parent bd80aae commit 00cd187
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/HomieDevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -305,11 +305,9 @@ void HomieDevice::Loop()


static uint32_t ulFreeHeap=0xFFFFFFF;
#if defined(ARDUINO_ARCH_ESP8266)
static uint16_t ulFreeHeapContig=0xFFFF;
static uint8_t uHeapFrag=0;
#else
static uint32_t ulFreeHeapContig=0xFFFFFFF;
#if defined(ARDUINO_ARCH_ESP8266)
static uint8_t uHeapFrag=0;
#endif

if(bEvenSecond)
Expand Down

0 comments on commit 00cd187

Please sign in to comment.