Skip to content

Commit

Permalink
Update version to v9.5.0.3/v1.1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Alex J Lennon <[email protected]>
  • Loading branch information
ajlennon committed Dec 28, 2021
1 parent 030fa16 commit de33f86
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion KC_README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

28/12/2021 v9.5.0.3/v1.1.1.0 - user_config_override: Change template default to '2NICE UP111' #3
- user_config_override: Do not disable SNI check
- user_config_override: Change default broker to broker-new.kettlecompa…
- user_config_override: Disable SYSLOG settings
- user_config_override: Make plug always come on enabled when powered #4
- settings: Change power high level 1000->500mA #5
- user_config_override: Change smart name to KC_SmartPlug #7

28/12/2021 v9.5.0.3/v1.1.0.0 - Add support for broker-new.kettlecompanion.com MQTT TLS cert
This is in *addition* to the Watson TLS cert so both should work

Expand Down
2 changes: 1 addition & 1 deletion tasmota/tasmota_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
#define _TASMOTA_VERSION_H_

const uint32_t VERSION = 0x09050003;
const uint32_t KC_VERSION = 0x01010000l; // See KC_README.md
const uint32_t KC_VERSION = 0x01010100l; // See KC_README.md

#endif // _TASMOTA_VERSION_H_

0 comments on commit de33f86

Please sign in to comment.