Skip to content

Releases: FarmBot/farmbot_os

v12.3.2

29 Dec 19:38
8c8f30a
Compare
Choose a tag to compare
  • Improve remote error reporting.
  • Improve captive portal performance on certain platforms.

v12.3.1

16 Dec 21:22
Compare
Choose a tag to compare
  • Require explicit call to read_status() to update farmware state information.

v12.3.0

09 Dec 23:50
Compare
Choose a tag to compare
  • Fix farmware bug where farmware system reports stale version of bot state.

v12.2.3

02 Dec 22:21
Compare
Choose a tag to compare
  • Firmware debug log removal

v12.2.2

01 Dec 23:35
Compare
Choose a tag to compare
  • Performance updates for Express devices
  • Fix firmware bug where report_position_change was erroneously reported as an error.
  • Dependency upgrades
  • Firmware debug log removal

v12.2.0

05 Nov 13:23
Compare
Choose a tag to compare
  • Legacy component removal.
  • Upgrade OS-level dependencies.
  • Add support for USB Ethernet adapters (for Express users with WiFi trouble)

v12.1.0

05 Oct 14:31
5fbcee1
Compare
Choose a tag to compare
  • safe_height and soil_height support for MOVE block.
  • Bug fix relating to auth errors after > 40 days of uptime.

v12.0.1

18 Sep 15:48
fcd59df
Compare
Choose a tag to compare
  • Migrate OTA system to an in-house solution.
  • Express v1.0 firmware updates.
  • Fix bug where sequences would crash when a coordinate is passed as a variable (Thanks, @jsimmonds2).

v11.0.1

20 Aug 22:40
9662fa8
Compare
Choose a tag to compare
  • Bug fix related to usage of tools in MOVE block.

v11.0.0

19 Aug 15:24
71966e8
Compare
Choose a tag to compare
  • Auto sync is now mandatory.
  • Ability to use Lua expressions for movement
  • Ability to set "variance" to movement commands
  • Ability to use axial overrides
  • Ability to perform axis addition
  • "Safe Z" feature
  • Remove CeleryScript unused variable warnings in terminal
  • Ability to set speed for an individual axis (rather than all axes)
  • Improve accuracy of runtime telemetry (Thanks, @jsimmonds2)