-
Notifications
You must be signed in to change notification settings - Fork 258
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: Enable SUBSCRIBE to multiple topics
- Adds an api for multiple topics on SUBSCRIBE message. Apply 2 suggestion(s) to 1 file(s) Removing headers y
- Loading branch information
1 parent
5adbe11
commit 3210255
Showing
6 changed files
with
248 additions
and
174 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Why is there no
const char *
variant? I just updated my app and kept getting warnings due to this.Wouldn't it be better to deprecate the function? And model the new function after
esp_netif_sntp_init
, which handles all use cases but has the ESP_NETIF_SNTP_DEFAULT_CONFIG(_MULTIPLE) macros for simplifying single and multiple NTP servers use cases?