Skip to content

Releases: m5stack/uiflow-micropython

2.2.0

20 Dec 08:18
Compare
Choose a tag to compare
UIFLOW2 Release 2.2.0 based on Micropython v1.24.0

- feature(Board): Add PaperS3 support.
- perfect(Board): Set Station's port as the default output.
- feature(Unit): Add ByteButton Unit support.
- fix(Unit): Fixed the issue that UWB Unit may parse ranging results incorrectly
- feature(Hardware): Add SCD40 driver(Only available for AirQ).
- feature(Hardware): Add SEN55 driver(Only available for AirQ).
- feature(Module): Add Zigbee Module support.
- perfect(Module): Compatible with new and old Module LLM firmware.
- feature(Base): Add CAN Base support.
- feature(OpenMV): Add Code Scanner.
- feature(OpenMV): Add JPG codec.
- fix(Docs): Add some api docs

2.1.9

09 Dec 03:43
Compare
Choose a tag to compare
UIFLOW2 Release 2.1.9 based on Micropython v1.24.0

- fix(Board): Fix the error when importing hardware in XIAO.
- fix(System): Add missing time.timezone function.
- feature(Advanced): Add openmv support.
- fix(Unit): Fixed GLASS Unit initialization exception.
- fix(Unit): Fixed CAN Unit initialization exception.
- feature(Module): Add GPS Module support.
- feature(Module): Add COM.GPS Module support.
- feature(Module): Add DMX Module support.
- feature(Module): Add PM2.5 Module support.
- feature(Module): Add ODrive Module support.
- feature(Module): Add GoPlus2 Module support.
- fix(request2): Fixed https request failure.
- fix(Docs): Add some api docs

2.1.8

09 Dec 02:57
Compare
Choose a tag to compare
UIFLOW2 Release 2.1.8 based on Micropython v1.24.0

- feature(Board): Add NanoC6.
- feature(Unit): Add Puzzle Unit support.
- feature(Unit): Add GPS Unit(v1.1) support.
- feature(Unit): Add GPS SMA Unit support.
- feature(Unit): Add RollerCAN Unit support.
- feature(Module): Add Servo2 Module support.
- feature(Module): Add GNSS Module support.
- feature(Module): Add LoRaWAN470 Module support.
- feature(Module): Add LoRaWAN868 V2 Module support.
- feature(Module): Add LoRaWAN915 Module support.
- fix(Docs): Add some api docs

2.1.7

02 Nov 01:48
Compare
Choose a tag to compare
UIFLOW2 Release 2.1.7 based on Micropython v1.22.0

- fix(Board): Compatible with older Fire models.
- feature(Unit): Add TimerPWR Unit support.
- feature(Unit): Add Roller485 Unit support.
- perf(Unit): Refactor UWB Unit.
- fix(Unit): Fixed ADC V1.1 Unit.
- feature(Module): Add StepMotor Module support.
- feature(Module): Add GRBL Module support.
- feature(Module): Add LoraWAN868 Module support.
- feature(Module): Add LLM Module support.
- feature(Module): Add NB-IoT Module support.
- fix(I2C): Fix the timeout issue of i2c driver.
- fix(Docs): Add some api docs

2.1.6

22 Oct 09:34
Compare
Choose a tag to compare
UIFLOW2 Release 2.1.6 based on Micropython v1.22.0

- feature(Software): Add Modbus RTU Slave support.
- feature(Software): Add  Modbus TCP Server support.
- feature(Unit/UHF-RFID): Add NXP command support.
- feature(Module): Add 2Relay Module support.
- feature(Module): Add 4IN8OUT Module support.
- fix(I2C): Fix i2c scan blocking issue.
- fix(SDCard): Fix Fire/Tough SDCard initialization failure.
- fix(Docs): Add some api docs

2.1.5

30 Sep 03:59
Compare
Choose a tag to compare
UIFLOW2 Release 2.1.5 based on Micropython v1.22.0

- feature(Software): Add modbus Lib.
- feature(Unit): Add UHF-RFID Unit support.
- feature(Unit): Add ACSSR Unit support.
- feature(Unit): Add DCSSR Unit support.
- feature(Unit): Add NB-IoT2 Unit support.
- fix(Ezdata): Update the value of the dataType field.
- fix(Unit): Add sendbreak/flush/txdone method.
- fix(Unit): Fix MFRC522 write.

2.1.4

19 Sep 02:56
Compare
Choose a tag to compare
UIFLOW2 Release 2.1.4 based on Micropython v1.22.0

- feature(Board): Add AtomS3R support
- feature(Hardware): Speaker support play wav audio from file.
- feature(Wifgets): Add Image.setScale method
- feature(Module): Add Lora433 Module support
- feature(Module): Add Lora868 Module support
- feature(Unit): Add JoyStick2 Unit support
- feature(Unit): Add ID Unit support
- feature(CModule): Add m5utils module and remap method
- prefect(Startup): Added display firmware version
- prefect(Unit): KmeterISO Unit adds new API
- fix(Unit): Fix MiniCANUnit import error.
- fix(Unit): GPS Unit data parsing exception
- fix(Docs): Add some api docs

2.1.3

30 Aug 07:26
Compare
Choose a tag to compare
UIFLOW2 Release 2.1.3 based on Micropython v1.22.0

- feature(Module): Add RS232F Module support
- feature(Module): Add RS232M Module support
- feature(Unit): Add MIDI Unit support
- feature(Unit): Add DMX Unit support
- feature(Unit): Add Kmeter Unit support
- prefect(Software): Add requests2 to support streaming upload and forms
- fix(Unit): GPS Unit latitude and longitude parsing error
- fix(System): espnow repeated initialization exception
- fix(Docs): Add some api docs

2.1.2

16 Aug 03:28
Compare
Choose a tag to compare
UIFLOW2 Release 2.1.2 based on Micropython v1.22.0

- fix(CoreS3): Fix i2c1 bug
- feature(umqtt): Add isconnected method
- fix(Basic): Fix SDCard bug
- feature(Module): Support AIN4-20mA Module
- feature(Module): Support HMI Module
- feature(Module): Support PLUS Module
- feature(Hat): Support Heart Hat
- feature(Unit): Support Scroll Unit
- fix(Docs): Add some api docs
- fix(Unit): Add EncoderUnit.set_rotary_value method

2.1.1

02 Aug 02:29
Compare
Choose a tag to compare
UIFLOW2 Release 2.1.1 based on Micropython v1.22.0

- feature(Board): Add Atom Echo
- feature(System): Optimize espnow
- feature(Unit): Add LoRaE220-433 Unit
- feature(Unit): Add TMOS Unit
- feature(Unit): Add BPS Unit
- fix(Unit): Fix SynthUnit import error
- fix(Docs): Fixed some link errors