Skip to content

Releases: Open-Acidification/TankController

v22.08.1

13 Aug 01:50
0e52215

Choose a tag to compare

List files.

v22.07.2

25 Jul 23:56
077d747

Choose a tag to compare

Update library.properties so that new release is visible to Arduino Library Manager.

v22.07.1

07 Jul 20:49
bc1b17c

Choose a tag to compare

  • Update to latest external libraries (Keypad, LiquidCrystal, RTC, ...)
  • Serve files using non-blocking algorithm

v22.04.1

28 Apr 22:53
8382e59

Choose a tag to compare

  • Update pH "mean" label for sine entry.
  • View SD directories
  • Disable Watchdog timer using '#' when viewing device address

v22.03.2

22 Mar 00:38
f294529

Choose a tag to compare

  • View temperature calibration
  • Allow cross-origin resource sharing (avoid CORS error)

v22.03.1

21 Mar 18:22
d588a74

Choose a tag to compare

  • EthernetServer API (#284)
  • View pH (#286)
  • Print floating point correctly (#291)
  • Fix multiple NumCollectorState bugs (#288)
  • Remove pH failsafe #290)
  • Add menu for clearing temperature calibration (#296)
  • Add sine support for temperature (#298)
  • Fix WDT hanging too long on setup (#299)

v22.02.2

16 Feb 01:53
4d4c6ed

Choose a tag to compare

Fix buffer overrun problem when pH >= 10.000

v22.02.1

15 Feb 16:07
9630538

Choose a tag to compare

  • ramp for temperature
  • sin for pH

v21.12.1

22 Dec 23:05
92e1ce9

Choose a tag to compare

  • Published in the public library (#262)
  • Use Arduino-CI for testing (#263)
  • Add ramp for pH (#266)
  • Add ramp for temperature (#267)
  • Add sin() for pH (#269)

v21.09.1

14 Sep 21:40
46b9db5

Choose a tag to compare

  • Suppress certain external library warnings (#114)
  • Stop using %f for printing floats (#256)
  • Follow structure for Arduino library (#257)
  • Update GUI for changes to SD library (#258)
  • Record changes to calibration to serial and SD log (#259)
  • Include size report with each PR (#260)
    • Remove unused UIState class (#261)