Skip to content

Commit 221b506

Browse files
ci(pre-commit): Apply automatic fixes
1 parent fd15ceb commit 221b506

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: libraries/WiFi/src/WiFiSTA.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ class STAClass : public NetworkInterface {
5555
bool connect(const char *ssid, const char *passphrase = NULL, int32_t channel = 0, const uint8_t *bssid = NULL, bool connect = true);
5656
bool connect(
5757
const char *wpa2_ssid, wpa2_auth_method_t method, const char *wpa2_identity = NULL, const char *wpa2_username = NULL, const char *wpa2_password = NULL,
58-
const char *ca_pem = NULL, const char *client_crt = NULL, const char *client_key = NULL, int ttls_phase2_type = -1,
59-
int32_t channel = 0, const uint8_t *bssid = 0, bool connect = true
58+
const char *ca_pem = NULL, const char *client_crt = NULL, const char *client_key = NULL, int ttls_phase2_type = -1, int32_t channel = 0,
59+
const uint8_t *bssid = 0, bool connect = true
6060
);
6161
bool disconnect(bool eraseap = false, unsigned long timeout = 0);
6262
bool reconnect();
@@ -110,8 +110,8 @@ class WiFiSTAClass {
110110

111111
wl_status_t begin(
112112
const char *wpa2_ssid, wpa2_auth_method_t method, const char *wpa2_identity = NULL, const char *wpa2_username = NULL, const char *wpa2_password = NULL,
113-
const char *ca_pem = NULL, const char *client_crt = NULL, const char *client_key = NULL, int ttls_phase2_type = -1,
114-
int32_t channel = 0, const uint8_t *bssid = 0, bool connect = true
113+
const char *ca_pem = NULL, const char *client_crt = NULL, const char *client_key = NULL, int ttls_phase2_type = -1, int32_t channel = 0,
114+
const uint8_t *bssid = 0, bool connect = true
115115
);
116116
wl_status_t begin(
117117
const String &wpa2_ssid, wpa2_auth_method_t method, const String &wpa2_identity = (const char *)NULL, const String &wpa2_username = (const char *)NULL,

0 commit comments

Comments
 (0)