Releases: FarmBot/farmbot_os
Releases · FarmBot/farmbot_os
v15.3.3
- Add new
on
,off
,debug
,toast
, andmove
lua helpers. - Fix abort command in Genesis and Express firmware.
v15.3.2
- Fix bug running sequences with large numbers of steps.
- Allow configuration to hidden SSIDs.
v15.3.1
- Improve system performance while using the red LED.
v15.3.0
- Add new optimized and alternating sort methods.
- Add
sort
andgroup
lua helpers. - Add camera device info to informational settings.
- Add support for peripherals to
toggle_pin
. - Add
toggle_pin
lua helper.
v15.2.1
- Fix boot sequence edge case bug.
v15.2.0
- Add job progress tracking to farmware
- Add
time
to luaset_job_progress()
helper
v15.1.0
- Implement boot sequence feature
- Add boot job progress
- Add
read_at
tosensor_readings
- Add
boot_sequence_id
tofbos_configs
- Add
get_seed_tray_cell()
andverify_tool()
lua helpers
v15.0.0
- hotfix for uptime bug
- rpc() Lua helper
- sequence() Lua helper
- Dependency upgrades (including wifi scan edge case bugfix)
v14.9.0
- Ability to manage
resource
variables from Lua. - Ability to execute GCode raw from Lua.
- Runtime validation of missing sequence parameters.
- Upgrade Nerves system, Erlang, Elixir.
- Ability to specify
safe_z
from Luamove_absolute()
. - Remove SSH subsystem. It is no longer maintained.
- Nerves system upgrades
- Genesis and Express firmware updates.
v14.8.1
- Add
api()
helper to simplify API access in Lua. - Remove legacy logs relating to device updates.
- Ability to execute raw CeleryScript from Lua.