Skip to content

Version 4.0.7

Compare
Choose a tag to compare
@kevinkk525 kevinkk525 released this 07 Mar 08:01
· 189 commits to master since this release
4380bc2
  • [mqtt] changed API from async def publish(self, topic, msg, retain=False, qos=0) to def publish(self, topic, msg, qos=0, retain=False)
  • [mqtt] added experimental support for a not yet published proxy for mqtt (micropython_iot_generic + micropyhton_iot)
  • [moisture] changed name and small improvements