* Many changes for the newest firmware 3.3.5
added comments and debug lines
added new autogain function (fw 3.3.5+)
changed variables for consistency
ended configuration mode on error
fixed improper JSON response messages
changed timings for new firmware
consolidated post configuration processsing
* code size reduction
updated size extimates
* reworked to reduce code and memory usage
---------
Co-authored-by: Anthony Sepa <protectivedad@gmail.com>
* Add V9240 driver
* Addendum to previous commit
* Add driver code similar to the prototype
* they are talking to each other
* Added implementation of calibration commands
* continued work of calibration
* Maybe it works.
* Post-merger control
* Change driver number 34 to 25
* Correction of other comments
* Removed duplicate code
* Adjusting the calibration procedure according to the behavior stated here. To the extent possible.
https://tasmota.github.io/docs/Power-Monitoring-Calibration/#calibration-procedure
* Removed added trailing whitespaces
* Fixing several small issues.
* Allow acl in mqtt
Acl in mqtt needs user name if 'use_identity_as_username' is not true. It also seems that login in mqtt don't accept an user with an empty password, then reenabled both
* Add new define for mosquitto
Keep compatibility with AWS_IOT
* Better approach to custom client certificate
Don't duplicate defined check. Let USE_MQTT_AWS_IOT automatically set USE_MQTT_CLIENT_CERT and use latter in all code
* with mosquitto user and password may be empty
When mosquitto 'use_identity_as_username' option is enabled password and user are not used
* Create ST7701_480x480_WS_4inch.ini
Display driver for 4inch display with ST7701 driver and GT911 touch driver including correct pinout and correct init process trought SPI. Used in WaveShare ESP32-S3-4inch display board.
* Update xdrv_56_rtc_chips.ino
Added support for PCF85063 RTC Chip.
* Update my_user_config.h
Added PCF85063 RTC support
* Update I2CDEVICES.md
Added PCF85063 RTC support
* Finalized gain/integration adjustment trees
* Fixed the bugs
* works but polishing code
* need to debug pressure in bmp
* updated temp to change via setoption8 command from tasmota
* sensor table working, value reporting working, need to update dependency on sensor duality
* working
* updated file name for ms5837 xsns file
* final working with renamed for current updates (128->116)
* resolved PR comments for extra spaces, xi2c_96
* removed extra spaces, added unit for inches across languages
* added "Water depth" for languages
* removed inches as a unit from language files
* switched to centimeter units for SI consistency in Tasmota
* all variables showing in console and table; need to adjust offsets
* cm conversion properly reporting
* Sensor116 in console calibrates the sensor's pressure_offset variable
* removed pressure offset debugging lines
* removed unecessary commented items from old code