mirror of
https://gitee.com/moluo-tech/AT-Command.git
synced 2025-01-29 17:22:57 +08:00
Fix a compilation error in the MDK project sample。
This commit is contained in:
parent
0c389b6ce0
commit
ea068791df
@ -197,7 +197,7 @@ void wifi_init(void)
|
||||
at_send_multiline(at_obj, &attr, wifi_init_cmds);
|
||||
|
||||
//GPIO测试
|
||||
at_send_singlline(at_obj, NULL, 500, 2, "AT+GPIO_TEST_EN=1\r\n");
|
||||
at_send_singlline(at_obj, &attr, "AT+GPIO_TEST_EN=1\r\n");
|
||||
|
||||
}driver_init("wifi", wifi_init);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user