Releases: FarmBot/farmbot_os
Releases · FarmBot/farmbot_os
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.hex
firmware 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_photo
Lua commands.
v12.3.5
- Lua variable bugfixes
v12.3.4
- Bug fix for self-hosted image uploads.
- Support for new LUA block
- Numerous fixes to Lua VM (formulas, ASSERT block, LUA block)
- Ability to access sequence variables within LUA block (via
variables.parent
)
v12.3.3
Bug fixes:
- SD card errors from log overflow (limit log buffer to 1000 logs max).
- app crashes if user accidentally installs very old / incompatible Farmwares.
- prevent firmware handler crashes on unexpected or timed out messages.
- WiFi-related app crashes on certain networks.