mirror of https://github.com/arendst/Tasmota.git
parent
121e29ca9a
commit
bcd6cf0e34
|
@ -133,9 +133,11 @@ Libraries used with Sonoff-Tasmota are:
|
|||
- [C2 Programmer](http://app.cear.ufpb.br/~lucas.hartmann/tag/efm8bb1/)
|
||||
- [esp-epaper-29-ws-20171230-gemu](https://github.com/gemu2015/Sonoff-Tasmota/tree/displays/lib)
|
||||
- [esp-knx-ip](https://github.com/envy/esp-knx-ip)
|
||||
- FrogmoreScd30
|
||||
- [I2Cdevlib](https://github.com/jrowberg/i2cdevlib)
|
||||
- [IRremoteEsp8266](https://github.com/markszabo/IRremoteESP8266)
|
||||
- [JobaTsl2561](https://github.com/joba-1/Joba_Tsl2561)
|
||||
- [LinkedList](https://github.com/ivanseidel/LinkedList)
|
||||
- [Liquid Cristal](https://github.com/marcoschwartz/LiquidCrystal_I2C)
|
||||
- [MultiChannelGasSensor](http://wiki.seeedstudio.com/Grove-Multichannel_Gas_Sensor/)
|
||||
- [NeoPixelBus](https://github.com/Makuna/NeoPixelBus)
|
||||
|
|
365
RELEASENOTES.md
365
RELEASENOTES.md
|
@ -7,16 +7,14 @@ See [wiki migration path](https://github.com/arendst/Sonoff-Tasmota/wiki/Upgrade
|
|||
4. Migrate to **Sonoff-Tasmota 6.x**
|
||||
|
||||
## Release notes
|
||||
### Core version 2.3.0 vs 2.4.2
|
||||
This release is based on ESP8266/Arduino library core 2.3.0 (again) as some people encountered wifi related issues on core 2.4.2. For others core 2.4.2 is working just fine. Both version are available from http://thehackbox.org/tasmota/release/
|
||||
|
||||
### Change in default initial configuration tool
|
||||
Firmware binary **sonoff-classic.bin** supports **WifiManager, Wps and SmartConfig** for initial configuration. The default tool is **Wps**.
|
||||
|
||||
To save memory space all other binaries support **WifiManager only**.
|
||||
|
||||
See _changelog.ino how to enable them again.
|
||||
- Define WIFI_CONFIG_TOOL now contains the default behaviour once a SSID has been configured.
|
||||
- If no SSID is configured making a wifi connection impossible the new define WIFI_CONFIG_NO_SSID will be used.
|
||||
- While define WIFI_CONFIG_NO_SSID is set to WIFI_WPSCONFIG in my_user_config.h the compiler will check for define USE_WPS and if not enabled WIFI_CONFIG_NO_SSID will default to WIFI_MANAGER using the webserver. If define USE_WEBSERVER is also not enabled WIFI_CONFIG_NO_SSID will default to WIFI_SMARTCONFIG. If define USE_SMARTCONFIG is also not enabled WIFI_CONFIG_NO_SSID will default to a new option WIFI_SERIAL allowing to enter wifi parameters to serial which is always possible.
|
||||
|
||||
## Supported Modules
|
||||
The following hardware modules are supported.
|
||||
|
||||
|
@ -82,180 +80,203 @@ Module | Description
|
|||
58 PS-16-DZ | PS-16-DZ Wifi dimmer for Incandescent Lights and Led
|
||||
59 Teckin US | Teckin US and ZooZee SA102 Wifi Smart Switch with Energy Monitoring
|
||||
60 Manzoku strip | Manzoku Wifi Smart Power Strip with four Relays
|
||||
61 OBI Socket 2 | OBI 2 Wifi Smart Socket
|
||||
62 YTF IR Bridge | YTF Infra Red Wifi Bridge
|
||||
63 Digoo DG-SP202 | Digoo DG-SP202 Dual Wifi Smart Switch with Energy Monitoring
|
||||
64 KA10 | Smanergy KA10 Wifi Smart Wall Switch with Energy Monitoring
|
||||
65 Luminea ZX2820 | Luminea ZX2820 Wifi Smart Switch with Energy Monitoring
|
||||
66 Mi Desk Lamp | Mi Desk Lamp with rotary switch and Wifi
|
||||
67 SP10 | Tuya SP10 Wifi Smart Switch with Energy Monitoring
|
||||
68 WAGA CHCZ02MB | WAGA life CHCZ02MB Wifi Smart Switch with Energy Monitoring
|
||||
69 SYF05 | Sunyesmart SYF05 RGBWW Wifi Led Bulb
|
||||
|
||||
## Provided Binary Downloads
|
||||
The following binary downloads have been compiled with ESP8266/Arduino library core version **2.4.2** patched with the Alexa fix.
|
||||
The following binary downloads have been compiled with ESP8266/Arduino library core version **2.3.0**.
|
||||
|
||||
- **sonoff-minimal.bin** = The Minimal version allows intermediate OTA uploads to support larger versions and does NOT change any persistent parameter. This version **should NOT be used for initial installation**.
|
||||
- **sonoff-classic.bin** = The Classic version allows **initial installation** using either WifiManager, Wps or SmartConfig.
|
||||
- **sonoff.bin** = The Sonoff version without Wps and SmartConfig configuration but adds more sensors.
|
||||
- **sonoff.bin** = The Sonoff version without Wps and SmartConfig configuration but adds more sensors. **RECOMMENDED RELEASE BINARY**
|
||||
- **sonoff-basic.bin** = The Basic version without Wps and SmartConfig configuration and most sensors.
|
||||
- **sonoff-classic.bin** = The Classic version allows initial installation using either WifiManager, Wps or SmartConfig.
|
||||
- **sonoff-BG.bin** to **sonoff-TW.bin** = The Sonoff version without Wps and SmartConfig configuration in different languages.
|
||||
- **sonoff-sensors.bin** = The Sensors version without Wps and SmartConfig configuration but adds even more useful sensors.
|
||||
- **sonoff-display.bin** = The Display version without Wps and SmartConfig configuration but adds display support.
|
||||
- **sonoff-knx.bin** = The Knx version without Wps and SmartConfig configuration and some other features but adds KNX support.
|
||||
- **sonoff-sensors.bin** = The Sensors version without Wps and SmartConfig configuration but adds even more useful sensors.
|
||||
- **sonoff-display.bin** = The Display version without Wps and SmartConfig configuration and Energy Monitoring but adds display support.
|
||||
- **sonoff-minimal.bin** = The Minimal version allows intermediate OTA uploads to support larger versions and does NOT change any persistent parameter. This version **should NOT be used for initial installation**.
|
||||
|
||||
Core version **2.4.2** binaries can be found at http://thehackbox.org/tasmota/release/020402/
|
||||
|
||||
### Available Features and Sensors
|
||||
|
||||
| Feature or Sensor | minimal | basic | classic | sonoff | knx | sensors | Remarks
|
||||
|--------------------------------|---------|-------|---------|--------|------|---------|--------
|
||||
| ESP/Arduino lib v2.3.0 | 346k | 429k | 482k | 504k | 522k | 535k |
|
||||
| ESP/Arduino lib v2.4.2 | 366k | 446k | 496k | 522k | 538k | 551k | No wifi sleep
|
||||
| | | | | | | |
|
||||
| MY_LANGUAGE en-GB | x | x | x | x | x | x |
|
||||
| MQTT_LIBRARY_TYPE PUBSUBCLIENT | x | x | x | x | x | x |
|
||||
| USE_WPS | - | - | x | - | - | - | WPS
|
||||
| USE_SMARTCONFIG | - | - | x | - | - | - | SmartConfig
|
||||
| USE_ARDUINO_OTA | - | - | - | - | - | - |
|
||||
| USE_DOMOTICZ | - | - | x | x | x | x |
|
||||
| USE_HOME_ASSISTANT | - | - | - | x | x | x |
|
||||
| USE_MQTT_TLS | - | - | - | - | - | - |
|
||||
| USE_KNX | - | - | - | - | x | - |
|
||||
| USE_WEBSERVER | x | x | x | x | x | x | WifiManager
|
||||
| USE_EMULATION | - | x | x | x | - | x |
|
||||
| USE_DISCOVERY | - | - | x | x | x | x |
|
||||
| WEBSERVER_ADVERTISE | - | - | x | x | x | x |
|
||||
| MQTT_HOST_DISCOVERY | - | - | x | x | x | x |
|
||||
| USE_TIMERS | - | x | - | x | x | x |
|
||||
| USE_TIMERS_WEB | - | x | - | x | x | x |
|
||||
| USE_SUNRISE | - | x | - | x | x | x |
|
||||
| USE_RULES | - | x | - | x | x | x |
|
||||
| | | | | | |
|
||||
| USE_ADC_VCC | x | x | x | x | x | - |
|
||||
| USE_DS18B20 | - | - | - | - | - | - | Single sensor
|
||||
| USE_DS18x20 | - | - | x | x | x | x | Multiple sensors
|
||||
| USE_DS18x20_LEGACY | - | - | - | - | - | - | Multiple sensors
|
||||
| | | | | | | |
|
||||
| Feature or Sensor | minimal | basic | classic | sonoff | knx | sensors |
|
||||
| USE_I2C | - | - | - | x | x | x |
|
||||
| USE_SHT | - | - | - | x | x | x |
|
||||
| USE_HTU | - | - | - | x | x | x |
|
||||
| USE_BMP | - | - | - | x | x | x |
|
||||
| USE_BME680 | - | - | - | - | - | x |
|
||||
| USE_BH1750 | - | - | - | x | x | x |
|
||||
| USE_VEML6070 | - | - | - | - | - | x |
|
||||
| USE_ADS1115 | - | - | - | - | - | x |
|
||||
| USE_ADS1115_I2CDEV | - | - | - | - | - | - |
|
||||
| USE_INA219 | - | - | - | - | - | x |
|
||||
| USE_SHT3X | - | - | - | x | x | x |
|
||||
| USE_TSL2561 | - | - | - | - | - | x |
|
||||
| USE_MGS | - | - | - | - | - | x |
|
||||
| USE_SGP30 | - | - | - | x | x | x |
|
||||
| USE_SI1145 | - | - | - | - | - | x |
|
||||
| USE_LM75AD | - | - | - | x | x | x |
|
||||
| USE_APDS9960 | - | - | - | - | - | - |
|
||||
| USE_MCP230xx | - | - | - | - | - | - |
|
||||
| USE_PCA9685 | - | - | - | - | - | - |
|
||||
| USE_MPR121 | - | - | - | - | - | - |
|
||||
| USE_CCS811 | - | - | - | - | - | - |
|
||||
| USE_MPU6050 | - | - | - | - | - | - |
|
||||
| USE_DS3231 | - | - | - | - | - | - |
|
||||
| USE_MGC3130 | - | - | - | - | - | - |
|
||||
| | | | | | | |
|
||||
| Feature or Sensor | minimal | basic | classic | sonoff | knx | sensors |
|
||||
| USE_SPI | - | - | - | - | - | - |
|
||||
| USE_MHZ19 | - | - | - | x | x | x |
|
||||
| USE_SENSEAIR | - | - | - | x | x | x |
|
||||
| USE_PMS5003 | - | - | - | x | x | x |
|
||||
| USE_NOVA_SDS | - | - | - | x | x | x |
|
||||
| USE_PZEM004T | - | - | - | x | x | x |
|
||||
| USE_PZEM_AC | - | - | - | x | x | x |
|
||||
| USE_PZEM_DC | - | - | - | x | x | x |
|
||||
| USE_MCP39F501 | - | x | - | x | x | x |
|
||||
| USE_SERIAL_BRIDGE | - | - | - | x | x | x |
|
||||
| USE_SDM120 | - | - | - | - | - | x |
|
||||
| USE_SDM630 | - | - | - | - | - | x |
|
||||
| USE_MP3_PLAYER | - | - | - | - | - | x |
|
||||
| USE_TUYA_DIMMER | - | x | - | x | x | x |
|
||||
| USE_ARMTRONIX_DIMMERS | - | x | - | x | x | x |
|
||||
| USE_PS_16_DZ | - | x | - | x | x | x |
|
||||
| USE_AZ7798 | - | - | - | - | - | - |
|
||||
| USE_IR_REMOTE | - | - | - | x | x | x |
|
||||
| USE_IR_HVAC | - | - | - | - | - | x |
|
||||
| USE_IR_RECEIVE | - | - | - | x | x | x |
|
||||
| USE_WS2812 | - | - | x | x | x | x |
|
||||
| USE_WS2812_DMA | - | - | - | - | - | - |
|
||||
| USE_ARILUX_RF | - | - | - | x | x | x |
|
||||
| USE_SR04 | - | - | - | x | x | x |
|
||||
| USE_TM1638 | - | - | - | - | - | x |
|
||||
| USE_HX711 | - | - | - | x | x | x |
|
||||
| USE_RF_FLASH | - | - | - | x | x | x |
|
||||
| USE_TX20_WIND_SENSOR | - | - | - | x | x | x |
|
||||
| USE_RC_SWITCH | - | - | - | x | x | x |
|
||||
| USE_RF_SENSOR | - | - | - | - | - | x | AlectoV2 only
|
||||
| USE_DISPLAY | - | - | - | - | - | - |
|
||||
| Feature or Sensor | minimal | basic | classic | sonoff | knx | sensors | display | Remarks
|
||||
|-----------------------|---------|-------|---------|--------|------|---------|---------|--------
|
||||
| MY_LANGUAGE en-GB | x | x | x | x | x | x | x |
|
||||
| USE_WPS | - | - | x | - | - | - | - | WPS
|
||||
| USE_SMARTCONFIG | - | - | x | - | - | - | - | SmartConfig
|
||||
| USE_ARDUINO_OTA | - | - | - | - | - | - | - |
|
||||
| USE_DOMOTICZ | - | - | x | x | x | x | - |
|
||||
| USE_HOME_ASSISTANT | - | - | - | x | x | x | - |
|
||||
| USE_MQTT_TLS | - | - | - | - | - | - | - |
|
||||
| USE_KNX | - | - | - | - | x | - | - |
|
||||
| USE_WEBSERVER | x | x | x | x | x | x | x | WifiManager
|
||||
| USE_EMULATION | - | x | x | x | - | x | - |
|
||||
| USE_DISCOVERY | - | - | x | x | x | x | x |
|
||||
| WEBSERVER_ADVERTISE | - | - | x | x | x | x | x |
|
||||
| MQTT_HOST_DISCOVERY | - | - | x | x | x | x | x |
|
||||
| USE_TIMERS | - | x | - | x | x | x | x |
|
||||
| USE_TIMERS_WEB | - | x | - | x | x | x | x |
|
||||
| USE_SUNRISE | - | x | - | x | x | x | x |
|
||||
| USE_RULES | - | x | - | x | x | x | x |
|
||||
| USE_EXPRESSION | - | - | - | - | - | - | - |
|
||||
| | | | | | | | |
|
||||
| USE_ADC_VCC | x | x | x | x | x | - | x |
|
||||
| USE_DS18B20 | - | - | - | - | - | - | - | Single sensor
|
||||
| USE_DS18x20 | - | - | x | x | x | x | x | Multiple sensors
|
||||
| USE_DS18x20_LEGACY | - | - | - | - | - | - | - | Multiple sensors
|
||||
| | | | | | | | |
|
||||
| Feature or Sensor | minimal | basic | classic | sonoff | knx | sensors | display | Remarks
|
||||
| USE_I2C | - | - | - | x | x | x | x |
|
||||
| USE_SHT | - | - | - | x | x | x | x |
|
||||
| USE_HTU | - | - | - | x | x | x | x |
|
||||
| USE_BMP | - | - | - | x | x | x | x |
|
||||
| USE_BME680 | - | - | - | - | - | x | - |
|
||||
| USE_BH1750 | - | - | - | x | x | x | x |
|
||||
| USE_VEML6070 | - | - | - | - | - | x | - |
|
||||
| USE_ADS1115 | - | - | - | - | - | x | - |
|
||||
| USE_ADS1115_I2CDEV | - | - | - | - | - | - | - |
|
||||
| USE_INA219 | - | - | - | - | - | x | - |
|
||||
| USE_SHT3X | - | - | - | x | x | x | x |
|
||||
| USE_TSL2561 | - | - | - | - | - | x | - |
|
||||
| USE_MGS | - | - | - | - | - | x | - |
|
||||
| USE_SGP30 | - | - | - | x | x | x | x |
|
||||
| USE_SI1145 | - | - | - | - | - | - | - |
|
||||
| USE_LM75AD | - | - | - | x | x | x | x |
|
||||
| USE_APDS9960 | - | - | - | - | - | - | - |
|
||||
| USE_MCP230xx | - | - | - | - | - | - | - |
|
||||
| USE_PCA9685 | - | - | - | - | - | - | - |
|
||||
| USE_MPR121 | - | - | - | - | - | - | - |
|
||||
| USE_CCS811 | - | - | - | - | - | - | - |
|
||||
| USE_MPU6050 | - | - | - | - | - | - | - |
|
||||
| USE_DS3231 | - | - | - | - | - | - | - |
|
||||
| USE_MGC3130 | - | - | - | - | - | - | - |
|
||||
| USE_MAX44009 | - | - | - | - | - | - | - |
|
||||
| USE_SCD30 | - | - | - | - | - | x | - |
|
||||
| | | | | | | | |
|
||||
| Feature or Sensor | minimal | basic | classic | sonoff | knx | sensors | display | Remarks
|
||||
| USE_SPI | - | - | - | - | - | - | x |
|
||||
| USE_MHZ19 | - | - | - | x | x | x | x |
|
||||
| USE_SENSEAIR | - | - | - | x | x | x | x |
|
||||
| USE_PMS5003 | - | - | - | x | x | x | x |
|
||||
| USE_NOVA_SDS | - | - | - | x | x | x | x |
|
||||
| USE_ENERGY_SENSOR | - | x | x | x | x | x | - |
|
||||
| USE_PZEM004T | - | - | - | x | x | x | - |
|
||||
| USE_PZEM_AC | - | - | - | x | x | x | - |
|
||||
| USE_PZEM_DC | - | - | - | x | x | x | - |
|
||||
| USE_MCP39F501 | - | x | - | x | x | x | - |
|
||||
| USE_SERIAL_BRIDGE | - | - | - | x | x | x | x |
|
||||
| USE_SDM120 | - | - | - | - | - | x | - |
|
||||
| USE_SDM630 | - | - | - | - | - | x | - |
|
||||
| USE_MP3_PLAYER | - | - | - | - | - | x | - |
|
||||
| USE_TUYA_DIMMER | - | x | - | x | x | x | x |
|
||||
| USE_ARMTRONIX_DIMMERS | - | x | - | x | x | x | x |
|
||||
| USE_PS_16_DZ | - | x | - | x | x | x | x |
|
||||
| USE_AZ7798 | - | - | - | - | - | - | - |
|
||||
| USE_PN532_HSU | - | - | - | - | - | x | - |
|
||||
| USE_IR_REMOTE | - | - | - | x | x | x | x |
|
||||
| USE_IR_HVAC | - | - | - | - | - | x | - |
|
||||
| USE_IR_RECEIVE | - | - | - | x | x | x | x |
|
||||
| USE_WS2812 | - | - | x | x | x | x | x |
|
||||
| USE_WS2812_DMA | - | - | - | - | - | - | - |
|
||||
| USE_ARILUX_RF | - | - | - | x | x | x | - |
|
||||
| USE_SR04 | - | - | - | x | x | x | x |
|
||||
| USE_TM1638 | - | - | - | - | - | x | - |
|
||||
| USE_HX711 | - | - | - | x | x | x | x |
|
||||
| USE_RF_FLASH | - | - | - | x | x | x | - |
|
||||
| USE_TX20_WIND_SENSOR | - | - | - | x | x | x | x |
|
||||
| USE_RC_SWITCH | - | - | - | x | x | x | x |
|
||||
| USE_RF_SENSOR | - | - | - | - | - | x | - | AlectoV2 only
|
||||
| USE_SM16716 | - | x | x | x | x | x | x |
|
||||
| USE_DISPLAY | - | - | - | - | - | - | x |
|
||||
| USE_DISPLAY_LCD | - | - | - | - | - | - | x |
|
||||
| USE_DISPLAY_SSD1306 | - | - | - | - | - | - | x |
|
||||
| USE_DISPLAY_MATRIX | - | - | - | - | - | - | x |
|
||||
| USE_DISPLAY_ILI9341 | - | - | - | - | - | - | x |
|
||||
| USE_DISPLAY_EPAPER_29 | - | - | - | - | - | - | x | Disabled for core 2.3.0
|
||||
|
||||
## Changelog
|
||||
Version 6.4.1 20181225
|
||||
* Change RAM usage BMP/BME I2C sensors
|
||||
* Change FallbackTopic from cmnd/\<mqttclient\>/ to cmnd/\<mqttclient\>_fb/ to discriminate from Topic (#1528)
|
||||
* Change FallbackTopic detection (#4706)
|
||||
* Change Hass discovery to short MQTT messages as used by Hass 0.81 and up (#4711)
|
||||
* Change MQTT GUI password handling (#4723)
|
||||
* Fix possible dtostrf buffer overflows by increasing buffers
|
||||
* Fix wifi strongest signal detection (#4704)
|
||||
* Fix Alexa "this value is outside the range of the device". Needs power cycle and Alexa deletion/discovery cycle. (#3159, #4712)
|
||||
* Add Slovak language file (#4663)
|
||||
* Add support for AZ-Instrument 7798 CO2 meter/datalogger (#4672)
|
||||
* Add define WIFI_SOFT_AP_CHANNEL in my_user_config.h to set Soft Access Point Channel number between 1 and 13 as used by Wifi Manager web GUI (#4673)
|
||||
* Add define USE_MQTT_TLS_CA_CERT for checking MQTT TLS against root ca using Let's Encrypt cert from sonoff_letsencrypt.h - not supported with core 2.3.0 (#4703)
|
||||
|
||||
Version 6.4.0 20181217
|
||||
* Change GUI Configure Module by using AJAX for data fetch to cut page size (and memory use) by 40%.
|
||||
In case of web page errors clear your browser cache or do Page Reload (F5 or Ctrl+R)
|
||||
* Change enforcing flashmode dout but it is still mandatory
|
||||
* Change bootcount update (being first) flash write to 10 seconds after restart
|
||||
* Change display and epaper drivers
|
||||
* Change command WebSend Host header field from IP address to hostname (#4331)
|
||||
* Change log buffer size from 512 to 520 to accommodate http sensor data (#4354)
|
||||
* Change default WIFI_CONFIG_TOOL from WIFI_WAIT to WIFI_RETRY in my_user_config.h (#4400)
|
||||
* Change webgui refresh time delay for Save Settings and local OTA Upload (#4423)
|
||||
* Change SR-04 driver to use NewPing library (#4488)
|
||||
* Change MCP230xx driver to support interrupt retention over teleperiod (#4547)
|
||||
* Change support for MPU6050 using DMP (#4581)
|
||||
* Fix unintended function overload of WifiState
|
||||
* Fix wifi connection errors using wifi disconnect and ESP.reset instead of ESP.restart
|
||||
* Fix Sonoff Pow R2 and Sonoff S31 Serial interface hang caused by Sonoff Basic R2 driver delay implementation (and possibly core bug)
|
||||
* Fix MQTT connection error after restart
|
||||
* Fix wifi re-scan connection baseline
|
||||
* Fix possible strncat buffer overflows
|
||||
* Fix intermittent Pzem sensor energy overflow calculation error
|
||||
* Fix shelly2 ghost switching caused by lack of pull-up inputs (#4255)
|
||||
* Fix hardware serial pin configuration. To keep using hardware serial swap current Rx/Tx pin configuration only (#4280)
|
||||
* Fix MqttRetry values above 255 seconds (#4424)
|
||||
* Fix WifiManager functionality on initial installation (#4433)
|
||||
* Fix ArduinoOTA for Core 2.5.0 (#4620)
|
||||
* Add minutes to commands Timezone to allow all possible world timezones
|
||||
* Add more strict checks for GPIO selections
|
||||
* Add code image and optional commit number to version
|
||||
* Add dynamic delay to main loop providing time for wifi background tasks
|
||||
* Add additional start-up delay during initial wifi connection
|
||||
* Add support for decoding Theo V2 sensors as documented on https://sidweb.nl using 434MHz RF sensor receiver
|
||||
* Add support for decoding Alecto V2 sensors like ACH2010, WS3000 and DKW2012 weather stations using 868MHz RF sensor receiver
|
||||
* Add user definition of defines WIFI_RSSI_THRESHOLD (default 10) and WIFI_RESCAN_MINUTES (default 44)
|
||||
* Add command SetOption58 0/1 to enable IR raw data info in JSON message (#2116)
|
||||
* Add command IRSend \<frequency\>|0,\<rawdata1\>,\<rawdata2\>,.. to allow raw data transmission (#2116)
|
||||
* Add command SetOption56 0/1 to enable wifi network scan and select highest RSSI (#3173)
|
||||
* Add command SetOption57 0/1 to enable wifi network re-scan every 44 minutes with a rssi threshold of 10 to select highest RSSI (#3173)
|
||||
* Add support for SDM220 (#3610)
|
||||
* Add default sleep 1 to sonoff-basic to lower energy consumption (#4217)
|
||||
* Add wifi status to Tuya (#4221)
|
||||
* Add delays to reduce CPU usage at boot time (#4233)
|
||||
* Add command SetOption24 0/1 to select pressure unit as hPa or mmHg (#4241)
|
||||
* Add optional hardware serial when GPIO13(Rx) and GPIO15(Tx) are selected removing hardware serial from GPIO01(Tx) and GPIO03(Rx) (#4288)
|
||||
* Add support for Gosund SP1 v2.3 Power Socket with Energy Monitoring (#4297)
|
||||
* Add support for Armtronix dimmers. See wiki for info (#4321)
|
||||
* Add to command WebSend option to send a direct path when command starts with a slash (#4329)
|
||||
* Add support for LG HVac and IrRemote (#4377)
|
||||
* Add initial support for Hass sensor discovery (#4380)
|
||||
* Add support for Fujitsu HVac and IrRemote (#4387)
|
||||
* Add support for I2C MGC3130 Electric Field Effect sensor by Christian Baars (#3774, #4404)
|
||||
* Add command CalcRes to set number of decimals (0 - 7) used in commands ADD, SUB, MULT and SCALE (#4420)
|
||||
* Add CPU average load to state message (#4431)
|
||||
* Add command SetOption59 0/1 to change state topic from tele/STATE to stat/RESULT (#4450)
|
||||
* Add support for SM Smart Wifi Dimmer PS-16-DZ (#4465)
|
||||
* Add support for Teckin US Power Socket with Energy Monitoring (#4481)
|
||||
* Add command SetOption60 0/1 to select dynamic sleep (0) or sleep (1) (#4497)
|
||||
* Add support for iFan02 Fanspeed in Domoticz using a selector (#4517)
|
||||
* Add support for GPIO02 for newer Sonoff Basic (#4518)
|
||||
* Add Announce Switches to MQTT Discovery (#4531)
|
||||
* Add support for Manzoku Power Strip (#4590)
|
||||
Version 6.5.0 20190319
|
||||
* Remove commands SetOption14 and SetOption63 as it has been superseded by command Interlock
|
||||
* Remove command SetOption35 0-255 for mDNS start-up delay (#4793)
|
||||
* Remove support for MQTT_LIBRARY_TYPE, MQTT_ARDUINOMQTT and MQTT_TASMOTAMQTT (#5474)
|
||||
* Change webserver content handling from single String to small Chunks increasing RAM
|
||||
* Change code use of boolean to bool and byte to uint8_t
|
||||
* Change code uint8_t flags to bool flags
|
||||
* Change sonoff_template.h layout regarding optional module flags like ADC0
|
||||
* Change sonoff_template.h module lay-out by removing non-configurable GPIOs
|
||||
* Change button driver making it modular
|
||||
* Change switch driver making it modular and introduce input filter (#4665, #4724)
|
||||
* Change switch input detection by optimizing switch debounce (#4724)
|
||||
* Change web authentication (#4865)
|
||||
* Change image name BE_MINIMAL to FIRMWARE_MINIMAL and USE_xyz to FIRMWARE_xyz (#5106)
|
||||
* Change GUI weblog from XML to plain text solving possible empty screens (#5154)
|
||||
* Fix most compiler warnings
|
||||
* Fix Display exception 28 when JSON value is NULL received
|
||||
* Fix epaper driver (#4785)
|
||||
* Fix HAss Sensor Discovery Software Watchdog restart (#4831, #4988)
|
||||
* Fix allowable MAX_RULE_VARS to 16 (#4933)
|
||||
* Fix mDNS addService (#4938, #4951)
|
||||
* Fix HAss discovery of MHZ19(B) sensors (#4992)
|
||||
* Fix some exceptions and watchdogs due to lack of stack space (#5215)
|
||||
* Fix GUI wifi password acception starting with asteriks (*) (#5231, #5242)
|
||||
* Fix command WebSend intermittent results (#5273, #5304)
|
||||
* Fix additional characters in fallbacktopic, hostname and mqttclient on core 2.5.0 (#5359, #5417)
|
||||
* Fix Energy TotalStartTime when commands EnergyReset0 and/or EnergyReset3 used (#5373)
|
||||
* Fix DS18S20 temperature calculation (#5375)
|
||||
* Fix float calculations in range from 0 to -1 (#5386)
|
||||
* Fix exception on GUI Configure Logging and Configure Other (#5424)
|
||||
* Add commands PowerCal, VoltageCal and CurrentCal for HLW8012, HJL01 and BL0937 based energy sensors
|
||||
* Add command SerialDelimiter 128 to filter reception of only characters between ASCII 32 and 127 (#5131)
|
||||
* Add command SSerialSend5 \<hexdata\> to SerialBridge
|
||||
* Add command Interlock 0 / 1 / 1,2 3,4 .. to control interlock ON/OFF and add up to 8 relays in 1 to 4 interlock groups (#4910, #5014)
|
||||
* Add command Template 255 to copy module configuration over to current active template and store as user template named Merged (#5371)
|
||||
* Add command WifiConfig 7 to allow reset of device in AP mode without admin password (#5297)
|
||||
* Add command SetOption36 to control boot loop default restoration (#4645, #5063)
|
||||
* Add command SetOption37 for RGBCW color mapping (#5326)
|
||||
* Add command SetOption55 0/1 and define MDNS_ENABLE to disable/enable mDNS (#4793, #4923)
|
||||
* Add command SetOption62 0/1 to disable retain on Button or Switch hold messages (#5299)
|
||||
* Add support for Smanergy KA10 Smart Wall Socket with Energy monitoring
|
||||
* Add support for commands in sensor drivers
|
||||
* Add support for MAX31855 K-Type thermocouple sensor using softSPI (#4764)
|
||||
* Add support for Near Field Communication (NFC) controller PN532 using Serial (#4791, #5162)
|
||||
* Add support for OBI Power Socket 2 (#4829)
|
||||
* Add support for YTF IR Bridge (#4855)
|
||||
* Add support for Mi LED Desk Lamp with rotary switch (#4887)
|
||||
* Add support for Digoo DG-SP202 Smart Socket with Energy monitoring (#4891)
|
||||
* Add support for MAX44009 Ambient Light sensor (#4907)
|
||||
* Add support for inverted buttons and inverted buttons without pullup (#4914)
|
||||
* Add support for Luminea ZX2820 Smart Socket with Energy monitoring (#4921)
|
||||
* Add support for multiple ADS1115 I2C devices (#5083)
|
||||
* Add support for online template change using command Template or GUI Configure Other (#5177)
|
||||
* Add support for Korean language translations (#5344)
|
||||
* Add support for sensor SCD30 (#5434)
|
||||
* Add parameter CFG_HOLDER to status 1 message (#5206)
|
||||
* Add SetOption32 until SetOption49 diagnostic information to Status 3 report as replacement for second property value in SetOption property name
|
||||
* Add Resolution property to Status 3 report providing previous SetOption second value property
|
||||
* Add property MqttCount to status 6 message representing number of Mqtt re-connections
|
||||
* Add property LinkCount to state and status 11 message representing number of Wifi Link re-connections
|
||||
* Add property Downtime to state and status 11 message representing the duration of wifi connection loss
|
||||
* Add variable %timestamp% to rules (#4749)
|
||||
* Add rule support for "==", "!=" ">=" and "<=" (#5122)
|
||||
* Add rule expression enabled by define USE_EXPRESSION in my_user_config.h (#5210)
|
||||
* Add Power status functionality to LED2 when configured leaving LED1 for Link status indication
|
||||
* Add user configuration of HLW8012 and HJL-01/BL0937 Energy Monitoring as used in Sonoff Pow and many Tuya based devices
|
||||
* Add user configuration of MCP39F501 Energy Monitoring as used in Shelly2
|
||||
* Add online template configuration using both commands and Configure Template menu option in GUI
|
||||
* Add (S)SerialSend3 escape sequence \x to allow hexadecimal byte value (#3560, #4947)
|
||||
* Add define DS18B20_INTERNAL_PULLUP to select internal input pullup when only one DS18B20 sensor is connected eliminating external resistor (#4738)
|
||||
* Add button control when no relay configured (#4682)
|
||||
* Add startup delay of 4 seconds to button control (#4829)
|
||||
* Add core version conditional compile options to provided PWM files (#4917)
|
||||
* Add resiliency to saved Settings (#5065)
|
||||
* Add MHZ19 Temperature as Domoticz Temperature selection (#5128)
|
||||
* Add HAss status sensor (#5139)
|
||||
* Add status message to former declined group commands (#5145)
|
||||
* Add 0x to IRRemote (SetOption29) and RCSwitch (SetOption28) received hexadecimal data (#5431)
|
||||
|
|
|
@ -1,141 +1,81 @@
|
|||
/* 6.4.2.22 20190315
|
||||
/* 6.5.0 20190319
|
||||
* Remove commands SetOption14 and SetOption63 as it has been superseded by command Interlock
|
||||
* Remove command SetOption35 0-255 for mDNS start-up delay (#4793)
|
||||
* Remove support for MQTT_LIBRARY_TYPE, MQTT_ARDUINOMQTT and MQTT_TASMOTAMQTT (#5474)
|
||||
*
|
||||
* 6.4.1.21 20190309
|
||||
* Fix exception on GUI Configure Logging and Configure Other (#5424)
|
||||
* Add support for sensor SCD30 (#5434)
|
||||
* Add support for commands in sensor drivers
|
||||
* Add 0x to IRRemote (SetOption29) and RCSwitch (SetOption28) received hexadecimal data (#5431)
|
||||
* Add button control when no relay configured (#4682)
|
||||
*
|
||||
* 6.4.1.20 20190304
|
||||
* Changed webserver content handling from single String to small Chunks increasing RAM
|
||||
* Changed logging message handling
|
||||
* Change webserver content handling from single String to small Chunks increasing RAM
|
||||
* Change code use of boolean to bool and byte to uint8_t
|
||||
* Change code uint8_t flags to bool flags
|
||||
* Change sonoff_template.h layout regarding optional module flags like ADC0
|
||||
* Change sonoff_template.h module lay-out by removing non-configurable GPIOs
|
||||
* Change button driver making it modular
|
||||
* Change switch driver making it modular and introduce input filter (#4665, #4724)
|
||||
* Change switch input detection by optimizing switch debounce (#4724)
|
||||
* Change web authentication (#4865)
|
||||
* Change image name BE_MINIMAL to FIRMWARE_MINIMAL and USE_xyz to FIRMWARE_xyz (#5106)
|
||||
* Change GUI weblog from XML to plain text solving possible empty screens (#5154)
|
||||
* Fix most compiler warnings
|
||||
* Fix Display exception 28 when JSON value is NULL received
|
||||
* Fix epaper driver (#4785)
|
||||
* Fix HAss Sensor Discovery Software Watchdog restart (#4831, #4988)
|
||||
* Fix allowable MAX_RULE_VARS to 16 (#4933)
|
||||
* Fix mDNS addService (#4938, #4951)
|
||||
* Fix HAss discovery of MHZ19(B) sensors (#4992)
|
||||
* Fix some exceptions and watchdogs due to lack of stack space (#5215)
|
||||
* Fix GUI wifi password acception starting with asteriks (*) (#5231, #5242)
|
||||
* Fix command WebSend intermittent results (#5273, #5304)
|
||||
* Fix additional characters in fallbacktopic, hostname and mqttclient on core 2.5.0 (#5359, #5417)
|
||||
* Add command Template 255 to copy module configuration over to current active template and store as user template named Merged (#5371)
|
||||
*
|
||||
* 6.4.1.19 20190222
|
||||
* Add command SetOption37 for RGBCW color mapping (#5326)
|
||||
* Add Korean language translations (#5344)
|
||||
* Fix Energy TotalStartTime when commands EnergyReset0 and/or EnergyReset3 used (#5373)
|
||||
* Fix DS18S20 temperature calculation (#5375)
|
||||
* Fix float calculations in range from 0 to -1 (#5386)
|
||||
*
|
||||
* 6.4.1.18 20190221
|
||||
* Fix some exceptions and watchdogs due to lack of stack space - part 1 (#5215)
|
||||
* Fix some exceptions and watchdogs due to lack of stack space - part 2
|
||||
* Add command SetOption62 0/1 to disable retain on Button or Swith hold messages (#5299)
|
||||
* Add option WifiConfig 7 to allow reset of device in AP mode without admin password (#5297)
|
||||
* Fix command WebSend when using a port number as regression from 6.4.1.17 (#5304)
|
||||
*
|
||||
* 6.4.1.17 20190214
|
||||
* Change template update by removing possibility to add user module config keeping template as defined (#5222)
|
||||
* Fix regression from 6.4.1.16 where GPIO9 and GPIO10 connected devices did not work (#5197)
|
||||
* Fix GUI wifi password acception starting with asteriks (*) (#5231, #5242)
|
||||
* Add rule expression enabled by define USE_EXPRESSION in my_user_config.h (#5210)
|
||||
* Add Configure Template menu option to GUI (#5222)
|
||||
* Remove command SetOption62 as it's functionality is replaced by user changing the device template (#5255)
|
||||
* Add property LinkCount to state and status 11 message representing number of Wifi Link re-connections
|
||||
* Add property MqttCount to status 6 message representing number of Mqtt re-connections
|
||||
* Add property Downtime to state and status 11 message representing the duration of wifi connection loss
|
||||
* Fix command WebSend intermittent results (#5273)
|
||||
*
|
||||
* 6.4.1.16 20190211
|
||||
* Initial support for online template change using command Template or GUI Configure Other (#5177)
|
||||
* Add parameter CFG_HOLDER to status 1 message (#5206)
|
||||
* Update GUI
|
||||
*
|
||||
* 6.4.1.15 20190208
|
||||
* Change image name BE_MINIMAL to FIRMWARE_MINIMAL (#5106)
|
||||
* Change image names USE_xyz to FIRMWARE_xyz (#5106)
|
||||
* Fix exception on GUI Configure Logging and Configure Other (#5424)
|
||||
* Add commands PowerCal, VoltageCal and CurrentCal for HLW8012, HJL01 and BL0937 based energy sensors
|
||||
* Add command SerialDelimiter 128 to filter reception of only characters between ASCII 32 and 127 (#5131)
|
||||
* Add status message to former declined group commands (#5145)
|
||||
*
|
||||
* 6.4.1.14 20190203
|
||||
* Add SetOption32 until SetOption49 diagnostic information to Status 3 report as replacement for second property value in SetOption property name
|
||||
* Add Resolution property to Status 3 report providing previous SetOption second value property
|
||||
* Fix IR local echo
|
||||
* Add user configuration of HLW8012 and HJL-01/BL0937 Energy Monitoring as used in Sonoff S31, Pow Ra and many Tuya based devices
|
||||
* Add user configuration of MCP39F501 Energy Monitoring as used in Shelly2
|
||||
* Add support for multiple ADS1115 I2C devices (#5083)
|
||||
* Add rule support for "==", "!=" ">=" and "<=" (#5122)
|
||||
* Add Hass status sensor (#5139)
|
||||
* Change GUI weblog solving possible empty screens (#5154)
|
||||
* Change PN532 support from I2C to Serial for more stability (#5162)
|
||||
* Add MHZ19 Temperature as Domoticz Temperature selection (#5128)
|
||||
*
|
||||
* 6.4.1.13 20190130
|
||||
* Add command SSerialSend5 \<hexdata\> to SerialBridge
|
||||
* Add command Interlock 0 / 1 / 1,2 3,4 .. to control interlock ON/OFF and add up to 8 relays in 1 to 4 interlock groups (#4910, #5014)
|
||||
* Add command Template 255 to copy module configuration over to current active template and store as user template named Merged (#5371)
|
||||
* Add command WifiConfig 7 to allow reset of device in AP mode without admin password (#5297)
|
||||
* Add command SetOption36 to control boot loop default restoration (#4645, #5063)
|
||||
* Add resiliency to saved Settings (#5065)
|
||||
*
|
||||
* 6.4.1.12 20190128
|
||||
* Change code use of boolean to bool and byte to uint8_t
|
||||
* Change code uint8_t flags to bool flags
|
||||
*
|
||||
* 6.4.1.11 20190124
|
||||
* Remove command SetOption14 as it has been superseded by command Interlock
|
||||
* Remove command SetOption63 as it has been superseded by command Interlock
|
||||
* Add command Interlock 0 / 1 / 1,2 3,4 .. to control interlock ON/OFF and add up to 8 relays in 1 to 4 interlock groups (#5014)
|
||||
* Add core version conditional compile options to provided PWM files (#4917)
|
||||
* Add support for inverted buttons and inverted buttons without pullup (#4914)
|
||||
*
|
||||
* 6.4.1.10 20190121
|
||||
* Fix Hass discovery of MHZ19(B) sensors (#4992)
|
||||
* Fix Hass Software Watchdog exception during discovery (#4988)
|
||||
* Add support for MAX44009 Ambient Light sensor (#4907)
|
||||
*
|
||||
* 6.4.1.9 20190115
|
||||
* Add support for Mi LED Desk Lamp with rotary switch (#4887)
|
||||
* Fix mDNS addService (#4938, #4951)
|
||||
* Fix allowable MAX_RULE_VARS to 16 (#4933)
|
||||
* Add (S)SerialSend3 escape sequence \x to allow hexadecimal byte value (#3560, #4947)
|
||||
* Add SerialBridge command SSerialSend5 <hexdata>
|
||||
*
|
||||
* 6.4.1.8 20190107
|
||||
* Change sonoff_template.h layout regarding optional module flags like ADC0
|
||||
* Add command SetOption62 1 to force no Button/Switch pullup on dedicated modules. Currently only supported on Shelly2 (#4841)
|
||||
* Fix Display exception 28 when JSON value is NULL received
|
||||
* Fix Home Assistant Sensor Discovery Software Watchdog restart (#4831)
|
||||
* Add command SetOption37 for RGBCW color mapping (#5326)
|
||||
* Add command SetOption55 0/1 and define MDNS_ENABLE to disable/enable mDNS (#4793, #4923)
|
||||
* Add command SetOption62 0/1 to disable retain on Button or Switch hold messages (#5299)
|
||||
* Add support for Smanergy KA10 Smart Wall Socket with Energy monitoring
|
||||
* Add support for commands in sensor drivers
|
||||
* Add support for MAX31855 K-Type thermocouple sensor using softSPI (#4764)
|
||||
* Add support for Near Field Communication (NFC) controller PN532 using Serial (#4791, #5162)
|
||||
* Add support for OBI Power Socket 2 (#4829)
|
||||
* Add support for YTF IR Bridge (#4855)
|
||||
* Change web authentication (#4865)
|
||||
* Add support for Mi LED Desk Lamp with rotary switch (#4887)
|
||||
* Add support for Digoo DG-SP202 Smart Socket with Energy monitoring (#4891)
|
||||
* Add support for Smanergy KA10 Smart Wall Socket with Energy monitoring
|
||||
* Add support for MAX44009 Ambient Light sensor (#4907)
|
||||
* Add support for inverted buttons and inverted buttons without pullup (#4914)
|
||||
* Add support for Luminea ZX2820 Smart Socket with Energy monitoring (#4921)
|
||||
* Add define MDNS_ENABLE to control initial mDNS state (#4923)
|
||||
* Add split interlock part 1 (#4910)
|
||||
*
|
||||
* 6.4.1.7 20190106
|
||||
* Fix HLW8012, HJL01 and BL0937 based energy sensors low Power (below 10W) measurement regression from 6.4.1.6
|
||||
* Add Power status functionality to LED2 when configured leaving LED1 for Link status indication
|
||||
* Add no pull-up control to Shelly 2 module (default is pull-up, change GPIO2 to Switch3n for no pull-up) (#4841)
|
||||
* Add 4 seconds startup delay to button control (#4829)
|
||||
* Change button driver making it modular
|
||||
*
|
||||
* 6.4.1.6 20190105
|
||||
* Add commands PowerCal, VoltageCal and CurrentCal for HLW8012, HJL01 and BL0937 based energy sensors
|
||||
*
|
||||
* 6.4.1.5 20190103
|
||||
* Remove command SetOption35 0-255 for mDNS start-up delay (#4793)
|
||||
* Add command SetOption55 0/1 to disable/enable mDNS (#4793)
|
||||
*
|
||||
* 6.4.1.4 20190101
|
||||
* Update Copyright (C) 2019
|
||||
* Fix epaper driver (#4785)
|
||||
* Add support for Near Field Communication (NFC) controller PN532 using I2C (#4791)
|
||||
*
|
||||
* 6.4.1.3 20181229
|
||||
* Change sonoff_template.h module lay-out by removing non-configurable GPIOs
|
||||
* Add support for MAX31855 K-Type thermocouple sensor using softSPI (#4764)
|
||||
*
|
||||
* 6.4.1.2 20181228
|
||||
* Change switch driver making it modular and introduce input filter (#4665, #4724)
|
||||
* Add define DS18B20_INTERNAL_PULLUP to select internal input pullup when only one DS18B20 sensor is connected eliminating external resistor (#4738)
|
||||
* Add support for multiple ADS1115 I2C devices (#5083)
|
||||
* Add support for online template change using command Template or GUI Configure Other (#5177)
|
||||
* Add support for Korean language translations (#5344)
|
||||
* Add support for sensor SCD30 (#5434)
|
||||
* Add parameter CFG_HOLDER to status 1 message (#5206)
|
||||
* Add SetOption32 until SetOption49 diagnostic information to Status 3 report as replacement for second property value in SetOption property name
|
||||
* Add Resolution property to Status 3 report providing previous SetOption second value property
|
||||
* Add property MqttCount to status 6 message representing number of Mqtt re-connections
|
||||
* Add property LinkCount to state and status 11 message representing number of Wifi Link re-connections
|
||||
* Add property Downtime to state and status 11 message representing the duration of wifi connection loss
|
||||
* Add variable %timestamp% to rules (#4749)
|
||||
*
|
||||
* 6.4.1.1 20181224
|
||||
* Fix most compiler warnings
|
||||
* Change switch input detection by optimizing switch debounce (#4724)
|
||||
* Add rule support for "==", "!=" ">=" and "<=" (#5122)
|
||||
* Add rule expression enabled by define USE_EXPRESSION in my_user_config.h (#5210)
|
||||
* Add Power status functionality to LED2 when configured leaving LED1 for Link status indication
|
||||
* Add user configuration of HLW8012 and HJL-01/BL0937 Energy Monitoring as used in Sonoff Pow and many Tuya based devices
|
||||
* Add user configuration of MCP39F501 Energy Monitoring as used in Shelly2
|
||||
* Add online template configuration using both commands and Configure Template menu option in GUI
|
||||
* Add (S)SerialSend3 escape sequence \x to allow hexadecimal byte value (#3560, #4947)
|
||||
* Add define DS18B20_INTERNAL_PULLUP to select internal input pullup when only one DS18B20 sensor is connected eliminating external resistor (#4738)
|
||||
* Add button control when no relay configured (#4682)
|
||||
* Add startup delay of 4 seconds to button control (#4829)
|
||||
* Add core version conditional compile options to provided PWM files (#4917)
|
||||
* Add resiliency to saved Settings (#5065)
|
||||
* Add MHZ19 Temperature as Domoticz Temperature selection (#5128)
|
||||
* Add HAss status sensor (#5139)
|
||||
* Add status message to former declined group commands (#5145)
|
||||
* Add 0x to IRRemote (SetOption29) and RCSwitch (SetOption28) received hexadecimal data (#5431)
|
||||
*
|
||||
* 6.4.1 20181224
|
||||
* Change RAM usage BMP/BME I2C sensors
|
||||
|
|
|
@ -245,7 +245,9 @@ void KNX_CB_Action(message_t const &msg, void *arg);
|
|||
|
||||
#define USE_SPI // Hardware SPI using GPIO12(MISO), GPIO13(MOSI) and GPIO14(CLK) in addition to two user selectable GPIOs(CS and DC)
|
||||
#define USE_DISPLAY_ILI9341 // [DisplayModel 4] Enable ILI9341 Tft 480x320 display (+19k code)
|
||||
#ifndef ARDUINO_ESP8266_RELEASE_2_3_0 // There is not enough spare RAM with core 2.3.0 to support the following
|
||||
#define USE_DISPLAY_EPAPER_29 // [DisplayModel 5] Enable e-paper 2.9 inch display (+19k code)
|
||||
#endif
|
||||
|
||||
#undef USE_ARILUX_RF // Remove support for Arilux RF remote controller (-0k8 code, 252 iram (non 2.3.0))
|
||||
#undef USE_RF_FLASH // Remove support for flashing the EFM8BB1 chip on the Sonoff RF Bridge. C2CK must be connected to GPIO4, C2D to GPIO5 on the PCB (-3k code)
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#ifndef _SONOFF_VERSION_H_
|
||||
#define _SONOFF_VERSION_H_
|
||||
|
||||
#define VERSION 0x06040116
|
||||
#define VERSION 0x06050000
|
||||
|
||||
#define D_PROGRAMNAME "Sonoff-Tasmota"
|
||||
#define D_AUTHOR "Theo Arends"
|
||||
|
|
Loading…
Reference in New Issue