This repository was archived by the owner on Jun 5, 2024. It is now read-only.
Releases: beegee-tokyo/WisBlock-API
Releases · beegee-tokyo/WisBlock-API
Release list
Remove send duration limit of 3600 seconds
For some application the frequent send time of 3600 seconds is too short. Set it to unlimited. Not supported by Android app WisBlock Toolbox.
Add more API functions and update README
1.1.8 Add more API functions and update README
Add experimental support for RAK11310.
Added RAK11310 support in WisBlock API.
- not yet power consumption optimized
- same AT command interface as RAK4631
- all examples work on both WisBlock Core modules
Updated custom AT command handling
Make it easier to use custom AT commands and list them with AT?.
Uses the same parser and format as the integrated AT command engine of WisBlock API.
Remove endless loop if app_init failed
Instead of endless loop, leave error handling to the application
Fix LoRa P2P bugs
1.1.4 Fix bugs in LoRa P2P mode
Fix BLE MTU size
LoRa P2P support (experimental)
- Experimental support for LoRa P2P communication
- Add support for user defined AT commands
- Add example for LoRa P2P usage
Add dependency for SX126x-Arduino library so that it automatically installs it.
1.1.1 Add dependency for SX126x-Arduino library so that it automatically in…