Skip to content

Commit

Permalink
Revert use of IRAM HEAP in HomeKit module
Browse files Browse the repository at this point in the history
Quick fix for #252 as it appears using IRAM heap in HomeKit module does not work for Sec+1.0... which I cannot explain because it should have nothing to do with that part of the code.
  • Loading branch information
dkerr64 authored Nov 23, 2024
1 parent 7bf391d commit 50cbb12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ build_flags =
-D NTP_CLIENT
-D USE_NTP_TIMESTAMP
-D LEGACY_SETTINGS_MIGRATION
-D HOMEKIT_USE_IRAM
; -D HOMEKIT_USE_IRAM
-D GW_PING_CHECK
; -D CRASH_DEBUG
; -D CHUNK_WEB_PAGES
Expand Down

0 comments on commit 50cbb12

Please sign in to comment.