Skip to content

Releases: FarmBot/farmbot_os

v14.1.0

10 Jun 20:55

Choose a tag to compare

  • Routine system upgrades.
  • Fix box LEDs (solid red when firmware online).
  • Fix espeak logs.
  • Remove useless / developer-centric logs

v14.0.3

01 Jun 21:31

Choose a tag to compare

  • 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

27 May 22:52

Choose a tag to compare

  • Better error output for Lua users
  • Bug fix in Lua read_pin helper
  • Bug fix in Lua uart.* helpers (ALPHA status - feedback welcome!)
  • Routine dep. updates.

v14.0.1

25 May 18:08
31d2e93

Choose a tag to compare

  • Bugfix for CODE 30 error under rare circumstances.

v14.0.0

24 May 20:59
d5646f1

Choose a tag to compare

  • 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

03 May 22:26
3150940

Choose a tag to compare

  • Expose set_pin_io_mode to Lua (feature request from forum use @joehou)

v13.1.0

01 Apr 13:26

Choose a tag to compare

  • Finalize AMQP removal. MQTT is the only transport now.

v13.0.1

04 Mar 16:48

Choose a tag to compare

  • Begin transition back to MQTT from AMQP (ping channel only)

v13.0.0

25 Feb 20:31

Choose a tag to compare

  • Nerves system upgrade

v12.3.6

09 Feb 23:12
71c1122

Choose a tag to compare

  • New env, http, inspect, json.encode, json.decode, and take_photo Lua commands.