Releases: kaluma-project/kaluma
Releases · kaluma-project/kaluma
1.2.0-beta.2
Release pico2-w FW (RP2350 with Wifi module)
Update pico-skd 2.1.0
Implement randomBigInt function #649
Add host header to http.ClientRequest #651
Support SPI data line pull up #658
Bug fix - Support server in Wifi AP mode #657
Make WiFi access point (AP) available via wifi module (outside _dev) #656
1.2.0-beta.1
Release pico2 FW (RP2350)
Update pico-sdk 2.0.0
1.1.0
1.1.0-beta.4
pico SDK update to v1.5.1. #604
pico-w HTTP, network hang issue is fixed. #593
Adding security in the Wifi connectionInfo. #607
Watchdog class is implemented. #598
Change Wifi AP function names to meet javascript naming convention. #613
board.uid is implemented. uid is Unique Identifier of the board. #623
1.1.0-beta.3
- Error messages change for the I2C/UART/SPI #588
- Fix wifi connect callback issue #552
- Http server bug fix #570
- PICO-W WIFI AP mode - adding gateway and subnet mask as parameters
- Use byteOffset in the btoa() and textDecoder.decode()
- 3bit support for ILI9488
- Pico-W: dns feature is implemented but disabled due to system hang issue.
1.1.0-beta.2
- Internal temperature ADC function #555
- Pico-W network feature enhancement
- Fix minor bugs
1.1.0-beta.1
1.0.0
- Support FAT file system
- Fix access to GPIO29 (ADC3)
- Support
sdcard
module - Fix file system unmount error
1.0.0-beta.14
1.0.0-beta.13
- Add
flash
module for flash block device - File transfer between device and host computer (Use
kaluma-cli
) - Refactor
storage
module and support lazy loading - Turn off automatic conversion LF to CRLF