Skip to content

Commit

Permalink
Merge pull request arendst#4711 from emontnemery/remove_setoption55
Browse files Browse the repository at this point in the history
Remove SetOption55 (hass_short_discovery_msg)
  • Loading branch information
arendst authored Dec 22, 2018
2 parents e60a97f + 459655b commit c036ace
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 186 deletions.
2 changes: 1 addition & 1 deletion sonoff/settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ typedef union { // Restricted by MISRA-C Rule 18.4 bu
uint32_t time_append_timezone : 1; // bit 2 (v6.2.1.2)
uint32_t gui_hostname_ip : 1; // bit 3 (v6.2.1.20)
uint32_t tuya_apply_o20 : 1; // bit 4 (v6.3.0.4)
uint32_t hass_short_discovery_msg : 1; // bit 5 (v6.3.0.7)
uint32_t spare5 : 1;
uint32_t use_wifi_scan : 1; // bit 6 (v6.3.0.10)
uint32_t use_wifi_rescan : 1; // bit 7 (v6.3.0.10)
uint32_t receive_raw : 1; // bit 8 (v6.3.0.11)
Expand Down
2 changes: 1 addition & 1 deletion sonoff/sonoff_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#ifndef _SONOFF_VERSION_H_
#define _SONOFF_VERSION_H_

#define VERSION 0x06040002
#define VERSION 0x06040003

#define D_PROGRAMNAME "Sonoff-Tasmota"
#define D_AUTHOR "Theo Arends"
Expand Down
Loading

0 comments on commit c036ace

Please sign in to comment.