-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reference code fixed. (IDFGH-9066) #10469
Conversation
Thanks for your contribution. |
@@ -22,7 +22,7 @@ HTTP Server 组件提供了在 ESP32 上运行轻量级 Web 服务器的功能 | |||
esp_err_t get_handler(httpd_req_t *req) | |||
{ | |||
/* 发送回简单的响应数据包 */ | |||
const char[] resp = "URI GET Response"; | |||
const char resp[] = "URI GET Response"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you please fix Line58 as well, it has the same issue.
It was fixed in #3940, but seems that we missed out on propagating the fix to Chinese version of the docs. |
sha=27fc115b98127094790067c82abb0a3237b9f97a |
Merged with ed1b2ba |
Fixed a small code bug in reference document.
PS: I have no idea why this goes wrong when the english version is correct.