Ray Jones
1d80e34c4b
Added web content download feature.
...
Need to incorporate into OLED menus etc.
2020-03-24 21:14:41 +11:00
Ray Jones
7e1a4940ac
Added BME280 humidity and altitude information
...
Can start heater if high humidity
Altitude reported to heater per BMP180 in OEM controllers.
lowered min Hz limit to 500
2020-01-13 19:48:32 +11:00
Ray Jones
f5d72e2ac8
Using asyncHTTPrequest for version update check, synchronous method for actual update.
...
Released and tagged as V3.1.7.4 BETA
2020-01-04 18:13:40 +11:00
Ray Jones
69155f8e45
Stabilise using AsyncTCP to scrape FOTA JSON file.
...
Need to establish WTF "closed_slots" in AsyncTCP are all about, especially the bad indexes that fly about leading to LWIP crashes.
2019-12-15 17:58:11 +11:00
Ray Jones
c76490481d
Bug fixes:
...
Telnet spy would not work in AP only mode
LVC would not allow start when in warning mode, and LVC warning always started at 12/24V
Added "No GPIO" option for new boards with C6 fitted as a 0R
2019-12-06 21:12:56 +11:00
Ray Jones
eb2e2d4305
bug fix of rowsel in ds18b20 screen
2019-11-11 18:59:49 +11:00
Ray Jones
96b3cecdb0
Updated AsyncTCP library - had bad DNS handling if name not resolvable (null pointer dereference)
2019-10-28 17:32:16 +11:00
Ray Jones
2e25ad3da4
Fixed role ordering in NV for DS18B20 probe offsets
...
Replaced ` with clean degree symbol in standard font & arial 8
Removed temp offset from fuel cal screen
GUI alignment tweaks to avoid cutoffs
Better handling of single DS18B20 with BME280
Added bounds limits to Exponential Mean
Sorted inheritance from CSensor properly
2019-10-19 09:58:19 +11:00
Ray Jones
aabe6a54b3
Stabilised BME280 with DS18B20 coexistence
2019-10-18 12:55:16 +11:00
Ray Jones
36d1b06ba2
Adding DHT22 library
2019-09-15 12:55:02 +10:00
Ray Jones
3e4ce429c7
BUG FIX: bad clientID due to bad MQTT library - causes disconnects with multiple AB's on one broker!
...
IMPROVEMENT: MQTT reconnect implemented.
2019-09-01 14:43:00 +10:00
Ray Jones
61e246f6f1
telnet menu to setup MQTT. JSON now pushed over MQTT - typ. topic name: Afterburner/JSONout
2019-08-31 17:34:56 +10:00
Ray Jones
79b6c06a2a
Added AP SSID/password configuration via debug port
2019-08-10 21:45:28 +10:00
Ray Jones
d7e083b837
Board detect bug fix. New icons for GPIO setup/status
2019-08-10 15:57:46 +10:00
Ray Jones
4873fa8c71
Split GPIO so each pin's function is defined individually.
...
Adjusted DS18B20 timing to match Maxim's recommended values.
2019-08-09 06:13:02 +10:00
Ray Jones
08d0307fc8
BUG FIX: Web update was broken due to watchdog timeout - added onProgress to FOTA - all good now
...
Returned to compact timer icon, press centre button to see start/stop times in base menus
Version info screen refactored to show available version number
New splash screen now presented upon display for a short time after upload or rename to /splash.bmp
2019-08-03 12:42:49 +10:00
Ray Jones
2084c7d60c
added BootInit flag to RTC store - used for persistent vars init after OTA updates
2019-07-25 21:27:57 +10:00