rpi-pico-micropython-esp8266-lib
rpi-pico-micropython-esp8266-lib copied to clipboard
This is a Micropython Library from Raspberry Pi Pico to communicate with ESP8266 using AT command over serial UART.
There was some syntax error that was causing issues, so here is the fix.
fixed issue
Fix order on the function call on example file too
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 "", line 2, in File...
The response of get call looks like this: `{"key": "value}'` As you can see there is an apostrophe at the end. This comes because of the wrong conversion of byte...