Skip to content

Releases: FarmBot/farmbot_os

v14.0.1

25 May 18:08
31d2e93
Compare
Choose a tag to compare
  • Bugfix for CODE 30 error under rare circumstances.

v14.0.0

24 May 20:59
d5646f1
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Finalize AMQP removal. MQTT is the only transport now.

v13.0.1

04 Mar 16:48
Compare
Choose a tag to compare
  • Begin transition back to MQTT from AMQP (ping channel only)

v13.0.0

25 Feb 20:31
Compare
Choose a tag to compare
  • Nerves system upgrade

v12.3.6

09 Feb 23:12
71c1122
Compare
Choose a tag to compare
  • New env, http, inspect, json.encode, json.decode, and take_photo Lua commands.

v12.3.5

04 Feb 15:11
e886d9c
Compare
Choose a tag to compare
  • Lua variable bugfixes

v12.3.4

02 Feb 15:00
4be74fe
Compare
Choose a tag to compare
  • 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

04 Jan 18:37
Compare
Choose a tag to compare

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.