Aquacontrol32 Versions Save

5 channel aquarium LED controller with web interface for ESP32 boards. Supports DS18B20, SSD1306, ILI9341, XPT2046 and SmartConfig. Arduino IDE.

v1.6.71

4 years ago

Forgot to update the version string.

v1.6.7

4 years ago
  • Added a custom partition table.
  • Override TFT displays without MISO from web interface. (#42)
  • Make option to set static IP. (#45)
  • Several fixes.

See all changes since 1.6.6

v1.6.6

4 years ago

Improved FFat code. Boot will be halted on errors. Displays show FFat errors. Arduino builds now have a version number. Arduino Core to 1.8.11.

See all changes since 1.6.5

v1.6.5

4 years ago

Notable changes:

  • Integrate moon sim in dimmer task. (#36)
  • WiFi credentials can now be added in 'aquacontrol32.ino'.
  • A fix for ghost sensors.

See all changes since last release.

v1.6.3

4 years ago

v1.6.2

4 years ago

A small but annoying bug crept in the ili9341 code. Should be resolved by this release. Same warnings as for v1.6.1 wrt FATFS.

See all changes.

v1.6.1

4 years ago

Unfortunately this release will format your FATFS partition again. A token is now saved in NVS after formatting, so this should be the last time.

The sensor names have moved to a new namespace, so you will have to name them again.

Notable changes:

  • Sensors and logging have moved to class FFatSensor. link
  • Added Task class. link
  • Added LightState class.
  • Made webserver callbacks re-entrant.
  • ILI9341 code refactor.

See all changes.

v1.6.0

5 years ago

Notable in the release is the ffat support which means the former spiffs partition will be deleted!

Change your Partition scheme to: Default with ffat (In Tools menu)

BACKUP YOUR default.aqu BEFORE YOU FLASH THIS RELEASE!!

Once again, you will overwrite your timer file by flashing this release!

You can save and upload default.aqu in the file manager.

See all changes: https://github.com/CelliesProjects/aquacontrol32/compare/v1.5.5...v1.6.0