Releases: FarmBot/farmbot_os
Releases · FarmBot/farmbot_os
v14.1.0
- Routine system upgrades.
- Fix box LEDs (solid red when firmware online).
- Fix espeak logs.
- Remove useless / developer-centric logs
v14.0.3
- Fix bug where some FarmEvent and Regimen executions silently fail
- Add
wait()helper to Lua - Minor changes to firmware restart logic
- Remove non-actionable disconnect logs.
v14.0.2
- Better error output for Lua users
- Bug fix in Lua
read_pinhelper - Bug fix in Lua
uart.*helpers (ALPHA status - feedback welcome!) - Routine dep. updates.
v14.0.1
- Bugfix for CODE 30 error under rare circumstances.
v14.0.0
- Complete overhaul of firmware handler in FBOS.
- Genesis and Express firmware updates.
- Ability to use
custom.hexfirmware file in user data partition instead of default firmware. - Ability to detect missing boot loader.
- Bug fix for devices that became throttled after long disconnects.
- Alpha support for 3rd paty UART devices in Lua sandbox.
v13.2.0
v13.1.0
- Finalize AMQP removal. MQTT is the only transport now.
v13.0.1
- Begin transition back to MQTT from AMQP (ping channel only)
v13.0.0
- Nerves system upgrade
v12.3.6
- New
env,http,inspect,json.encode,json.decode, andtake_photoLua commands.