Skip to content

Commit

Permalink
Enable Subscription Persistence and Resumption for ESP32 (#24759)
Browse files Browse the repository at this point in the history
* Enable Subscription Persistence and Resumption for ESP32

* restyled
  • Loading branch information
jtung-apple authored Feb 1, 2023
1 parent 8accb91 commit 54b2461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/device.gni
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ declare_args() {

# Enable Subscription persistence / resumption for CI and supported platforms
if (chip_device_platform == "darwin" || chip_device_platform == "linux" ||
chip_device_platform == "fake") {
chip_device_platform == "esp32" || chip_device_platform == "fake") {
chip_persist_subscriptions = true
} else {
chip_persist_subscriptions = false
Expand Down

0 comments on commit 54b2461

Please sign in to comment.