rpi-pico-micropython-esp8266-lib
rpi-pico-micropython-esp8266-lib copied to clipboard
Syntax error with ESP8266.doHttpPost()
The user_agent argument has a default value when subsequent arguments have no defaults. This gives a syntax error ...
Traceback (most recent call last):
File "
I am having this issue as well. any fix?
I am having this issue as well. any fix?
def doHttpPost(self,host,path,content_type,content,user_agent='RPi-Pico',port=80):