Skip to content

Commit

Permalink
also need to figure out what to do with setupWithDefaults
Browse files Browse the repository at this point in the history
Signed-off-by: Brenton Poke <brentonpoke@outlook.com>
  • Loading branch information
BrentonPoke committed Oct 21, 2024
1 parent afd5bb7 commit 3e0847f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DuckDetect.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class DuckDetect : public Duck {
*
* @returns DUCK_ERR_NONE if setup is successfull, an error code otherwise.
*/
int setupWithDefaults(std::vector<byte> deviceId, std::string ssid = "",
int setupWithDefaults(std::array<byte,8> deviceId, std::string ssid = "",
std::string password = "");

/// callback definition for receiving RSSI value
Expand Down

0 comments on commit 3e0847f

Please sign in to comment.