Skip to content

Commit

Permalink
ci(pre-commit): Apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Aug 14, 2024
1 parent 93d19b2 commit e23c2b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/WiFiProv/src/WiFiProv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ static void get_device_service_name(prov_scheme_t prov_scheme, char *service_nam
}

void WiFiProvClass ::beginProvision(
prov_scheme_t prov_scheme, scheme_handler_t scheme_handler, network_prov_security_t security, const char *pop, const char *service_name, const char *service_key,
uint8_t *uuid, bool reset_provisioned
prov_scheme_t prov_scheme, scheme_handler_t scheme_handler, network_prov_security_t security, const char *pop, const char *service_name,
const char *service_key, uint8_t *uuid, bool reset_provisioned
) {
bool provisioned = false;
static char service_name_temp[32];
Expand Down

0 comments on commit e23c2b0

Please sign in to comment.