Skip to content

Releases: MrYsLab/s3-extend

Rpi Pico Gateway Get asyncio loop properly

Choose a tag to compare

@MrYsLab MrYsLab released this 12 Nov 17:41
v1.35

Addresses issue #57

Fix Issue #57

Choose a tag to compare

@MrYsLab MrYsLab released this 10 Nov 21:07
v1.34

Addresses issue #57

Force use of websockets 13.1

Choose a tag to compare

@MrYsLab MrYsLab released this 28 Nov 17:05

python_banyan, which is required by this package, was modified to install websockets version 13.1

Fix possible deprecation warning

Choose a tag to compare

@MrYsLab MrYsLab released this 27 Nov 19:11

Fixed possible deprecation warning when obtaining an asyncio loop within the WebSocket gateway.

Fix for issue #50

Choose a tag to compare

@MrYsLab MrYsLab released this 27 Nov 17:16

Changed import websockets to websockets.asyncio to address issue #50

ESP32 Extension Support

Choose a tag to compare

@MrYsLab MrYsLab released this 25 Mar 14:03
807062c

New extension added

Resolution of issue #37

Choose a tag to compare

@MrYsLab MrYsLab released this 10 Nov 16:32
141b410
Merge pull request #38

Fix issue #37

Resolves issue #33

Choose a tag to compare

@MrYsLab MrYsLab released this 24 Oct 14:14
60d5c54
Merge pull request #35

Resolve issue #33

Fix typo in esp8266_gateway.py

Choose a tag to compare

@MrYsLab MrYsLab released this 17 Oct 16:12

A line was improperly indented. This may provide a fix for issue #33.

Addresses issue #31

Choose a tag to compare

@MrYsLab MrYsLab released this 30 Sep 14:44

This release only affects the raspberry pi gateway. It adds range checking for PWM and Tone frequency values.