Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 9df2333

Browse files
committed
Update pycom_config.h
Cosmetic fix (pointer name)
1 parent 0372114 commit 9df2333

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

esp32/pycom_config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ bool config_set_heartbeat_on_boot(uint8_t wifi_on_boot);
124124

125125
bool config_get_heartbeat_on_boot(void);
126126

127-
bool config_set_wifi_ssid(const uint8_t *wifi_pwd);
127+
bool config_set_wifi_ssid(const uint8_t *wifi_ssid);
128128

129-
void config_get_wifi_ssid(uint8_t *wifi_pwd);
129+
void config_get_wifi_ssid(uint8_t *wifi_ssid);
130130

131131
bool config_set_wifi_pwd(const uint8_t *wifi_pwd);
132132

0 commit comments

Comments
 (0)