Skip to content

Commit 8dbfb79

Browse files
authored
Update README.md
1 parent 0b6e6df commit 8dbfb79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ while(1):
8989
'''
9090
Going to do HTTP Post Operation with www.httpbin.org/post
9191
'''
92-
post_json="abcdefghijklmnopqrstuvwxyz" #"{\"name\":\"Noyel\"}"
92+
post_json="{\"name\":\"Noyel\"}"
9393
httpCode, httpRes = esp01.doHttpPost("www.httpbin.org","/post","RPi-Pico", "application/json",post_json,port=80)
9494
print("------------- www.httpbin.org/post Post Operation Result -----------------------")
9595
print("HTTP Code:",httpCode)

0 commit comments

Comments
 (0)