peterhinch / micropython-mqtt

A 'resilient' asynchronous MQTT driver. Recovers from WiFi and broker outages.
MIT License
549 stars 116 forks source link

Syntax error in mqtt_as README examples #101

Closed MrMEScott closed 1 year ago

MrMEScott commented 1 year ago

In each of the examples at 2.3 and 2.4, line 7 (config['server']..) is missing the assignment operator

peterhinch commented 1 year ago

Well spotted, thank you. Now fixed.