Skip to content

Commit

Permalink
15/03/2023 v12.4.0.x/v1.1.5.0 - Merged in master from upstream Tasmot…
Browse files Browse the repository at this point in the history
…a which is currently v12.4.0.0 + some bits

                                - Tested against our Mosquitto KC broker and made various changes to move away from WIOTP implementation
                                - So login and topics and such have changed
                                - Also removed dodgy 'io broker' fix publis

Signed-off-by: Alex J Lennon <[email protected]>
  • Loading branch information
ajlennon committed Mar 15, 2023
1 parent 8ca0a76 commit 4a80993
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions KC_README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
15/03/2023 v12.4.0.x/v1.1.5.0 - Merged in master from upstream Tasmota which is currently v12.4.0.0 + some bits
- Tested against our Mosquitto KC broker and made various changes to move away from WIOTP implementation
- So login and topics and such have changed
- Also removed dodgy 'io broker' fix publishing POWER to cmnd topic on connection
- Seems to be working so tagging for test

15/03/2023 v11.1.0.0/v1.1.4.0 - Disable Watson MQTT support

18/04/2022 v11.1.0.0/v1.1.3.0 - Fix issue with OTA URL always being "devel" even when running "prod" firmware
Expand Down
2 changes: 1 addition & 1 deletion tasmota/include/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 = 0x0C040000; // 12.4.0.0
const uint32_t KC_VERSION = 0x01010400l; // See KC_README.md
const uint32_t KC_VERSION = 0x01010500l; // See KC_README.md

#endif // _TASMOTA_VERSION_H_

0 comments on commit 4a80993

Please sign in to comment.