Skip to content

Releases: jordancrubin/watermeter

Allows for either SDFS or SPIFFS to be used with this library

17 Oct 20:45
Compare
Choose a tag to compare

A parameter specifies which library will be compiled in and used.
USE_SD
USE_SPIFFS
Only one can be chosen. Default in this lib is SPIFFS

Adds an interval zero to never update automatically to SD card

06 Oct 22:59
Compare
Choose a tag to compare

Adds an interval zero to never update automatically to SD card

Fixes for interval hold

09 Sep 21:58
Compare
Choose a tag to compare

The interval for write needs the flag left high if it didnt write during that event. also debug added.

Adds saveinterval parameter to object

23 Jul 04:46
Compare
Choose a tag to compare

Stops excessive writing to protect SD card life by limiting writes in seconds to the saveinterval value as shown in the documentation.

Replaces SPIFFS with SD card support

21 Jul 04:04
Compare
Choose a tag to compare

The amount of writes made by this library could have a negative impact on the onboard storage of an ESP32 so ive removed it and replaced it with SD card support.

Raises write flag when manually updating meter value

10 Jul 19:10
Compare
Choose a tag to compare

Raises write flag when manually updating meter value

Smaller memory footprint, new features and fixes

03 Jun 03:51
Compare
Choose a tag to compare

I need to remove all of the waste as the bigger project wont tolerate needless storage of unneeded data that a user space program should be generating. Ive removed the verbose messaging and passed instead data for which messages can be keyed off of, the way it should be. Freeing up about 1K.

Continued fixes for compatibility

02 May 03:54
Compare
Choose a tag to compare

Fixes that work with both arduino ide and platform IO

Initial Release

02 Aug 02:46
Compare
Choose a tag to compare

Initial release for dev work of irrigation project