Skip to content

fix warning#6

Merged
flyingcys merged 1 commit intomasterfrom
fix-warning
Jun 18, 2025
Merged

fix warning#6
flyingcys merged 1 commit intomasterfrom
fix-warning

Conversation

@flyingcys
Copy link
Contributor

No description provided.

* @return OPRT_OK on success. Others on error, please refer to tuya_error_code.h
*/
OPERATE_RET tkl_wifi_station_connect(const SCHAR_T *ssid, const SCHAR_T *passwd);
OPERATE_RET tkl_wifi_station_connect(const int8_t *ssid, const int8_t *passwd);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ssid 和 passwd 是否使用 char 类型更合适

@flyingcys flyingcys merged commit e34a96a into master Jun 18, 2025
1 check passed
@flyingcys flyingcys deleted the fix-warning branch June 19, 2025 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants