Commit Graph

4963 Commits

Author SHA1 Message Date
Theo Arends 6c7bc96109 Fix colorpicker regression 2019-11-22 11:15:52 +01:00
Theo Arends 0d03c1c260 Update xdrv_01_webserver.ino 2019-11-22 10:57:12 +01:00
Theo Arends 1ed0a372c6 Fix colorpicker when using USE_JAVASCRIPT_ES6
Fix colorpicker when using USE_JAVASCRIPT_ES6 (#6994)
2019-11-22 10:49:15 +01:00
Theo Arends 212b71bebe
Merge pull request #6993 from Staars/colorpicker
include light_type 3 and up for colorpicker
2019-11-22 09:18:02 +01:00
Staars d214974b1c include light_type 3 and up 2019-11-22 09:08:15 +01:00
Theo Arends e838a76bfc
Merge pull request #6984 from Staars/colorpicker
add colorpicker to Web-UI
2019-11-21 22:16:51 +01:00
Theo Arends 94df1ba5b7
Merge pull request #6988 from ascillato/patch-2
Update PULL_REQUEST_TEMPLATE.md
2019-11-21 22:14:54 +01:00
Theo Arends eec079ecdc
Merge pull request #6987 from ascillato/patch-1
Update Spanish Translation
2019-11-21 22:14:31 +01:00
Theo Arends a9a952a7d1
Merge pull request #6985 from grzegorz914/patch-4
Update pl-PL.h
2019-11-21 22:14:11 +01:00
Theo Arends e4e2e2a0e9
Merge pull request #6986 from Jason2866/patch-1
Delete core 2.6.0...
2019-11-21 22:13:38 +01:00
Adrian Scillato 647a038f04
Update PULL_REQUEST_TEMPLATE.md 2019-11-21 17:10:54 -03:00
Adrian Scillato bea7e309ea
Update Spanish Translation 2019-11-21 17:09:04 -03:00
Jason2866 239dbb3ec4
Update platformio.ini 2019-11-21 20:40:39 +01:00
Jason2866 75e4b12c86
Delete core 2.6.0...
since it is replaced with core 2.6.1.
There are just a few commits in between with small fixes and enhancements
2019-11-21 20:35:39 +01:00
Grzegorz 9d44cebaab
Update pl-PL.h
Corrected found bugs..
2019-11-21 19:46:24 +01:00
Grzegorz af65f1bd6a
Update pl-PL.h
Again some fixes
2019-11-21 19:29:18 +01:00
Staars 51f6b211cb remove some #ifdef stuff 2019-11-21 19:17:57 +01:00
Theo Arends 0d138c84ae
Merge pull request #6983 from curzon01/development
decode-config.py: fix --restore-file, replace pycurl by requests
2019-11-21 18:12:52 +01:00
Norbert Richter ac357986c4 decode-config.py: fix --restore-file, replace pycurl by requests
- fix error during --restore-file function
- replace lib pycurl by requests
2019-11-21 18:09:25 +01:00
Staars 9bba95a7cc responsive color update, fix scaling 2019-11-21 18:02:58 +01:00
Staars a1dc8465bb Merge branch 'development' of https://github.com/arendst/Sonoff-Tasmota into colorpicker 2019-11-21 16:16:34 +01:00
Theo Arends 7d6330a8ba fix 2019-11-21 15:36:06 +01:00
Theo Arends 977a063007 Downgrade supported Tasmota SDK
Downgrade supported Tasmota SDK from 2.2.x_191105 to 2.2.x_190703
2019-11-21 15:34:53 +01:00
Theo Arends b80708aef0 Add hardware detection
Add hardware detection to be overruled with SetOption51 (#6969)
2019-11-21 15:00:35 +01:00
Theo Arends 5f1074e3f6 Make sure flash erase went well 2019-11-21 11:12:53 +01:00
Theo Arends f243b06726 Make TLS certificate storage PUYA compatible 2019-11-21 11:08:30 +01:00
Theo Arends 6706c89b66
Merge pull request #6980 from s-hadinger/fix_sleep_light
Fix Wifi instability when light is on, due to sleep=0 (#6961, #6608)
2019-11-21 10:44:44 +01:00
Hadinger d92dd18aff Change minimum sleep to 10 milliseconds 2019-11-20 22:33:35 +01:00
Theo Arends 0f68ccfe23 Add full exception data to Status 1 2019-11-20 21:49:57 +01:00
Hadinger 62b213897f Fix Wifi instability when light is on, due to sleep=0 (#6961, #6608) 2019-11-20 21:08:35 +01:00
Theo Arends 7777fa08b0 Sanitize code 2019-11-20 20:53:12 +01:00
Theo Arends 02db6b632f Fix core < 2.6.0 compilation 2019-11-20 17:57:32 +01:00
Theo Arends 914a56db0d
Merge pull request #6977 from grzegorz914/patch-3
Update pl-PL.h
2019-11-20 14:29:15 +01:00
Theo Arends 206e6be596
Merge pull request #6978 from curzon01/development
decode-config.py: adapt settings, rename Sonoff->Tasmota, prep for Python3
2019-11-20 14:28:15 +01:00
Norbert Richter 7276c2a658 decode-config.py: adapt settings, rename Sonoff->Tasmota, prep for Python3
- add SetOption73 (cors_enabled)
- add SetOption74 (ds18x20_internal_pullup)
- add SetOption75 (grouptopic_mode)
- add SetOption76 (bootcount_update)
- add ShutterMotorDelay (shutter_motordelay)
- add SetOption82-113 (flag4)
- add i2c_drivers
- add WifiPower (wifi_output_power)
- add TempOffset (temp_comp)
- remove SetOption2 (value_units)
- rename SetOption66 (tuya_dimmer_range_255 > tuya_serial_mqtt_publish)
- rename Sonoff > Tasmota
- preparation for Python3 match
2019-11-20 12:50:38 +01:00
Grzegorz d99261298e
Update pl-PL.h
More fixes..
2019-11-20 11:42:21 +01:00
Theo Arends 40b3d20e0d
Merge pull request #6975 from s-hadinger/fix_dbg
Fix compilation error when USE_DEBUG_DRIVER and not USE_I2C
2019-11-20 10:06:09 +01:00
Theo Arends 305524df0a
Merge pull request #6973 from grzegorz914/patch-2
Update pl-PL.h
2019-11-20 09:20:00 +01:00
Grzegorz 7e8ea151c1
Update pl-PL.h
allmost done
2019-11-20 08:12:14 +01:00
Grzegorz 9553be93bc
Update pl-PL.h
additional changes...
2019-11-20 08:09:57 +01:00
Grzegorz 7cf303a729
Update pl-PL.h
Some additional translations in Pl and many fixes.
2019-11-20 07:24:32 +01:00
Hadinger 4c45b9190b Fix compilation error when 2019-11-19 23:15:44 +01:00
Theo Arends 45c74c82f6
Merge pull request #6967 from meingraham/patch-1
This documentation is obsolete
2019-11-19 22:39:06 +01:00
Staars 50a919c094 fix saturation slider scaling 2019-11-19 21:41:42 +01:00
Staars 56ccbc5216 Web-GUI color picker 2019-11-19 21:22:45 +01:00
Michael Ingraham 6f6f075579
This documentation is obsolete 2019-11-19 13:45:09 -05:00
Theo Arends 1c3b29b835 Fix unwanted deep sleep initiation
Fix unwanted deep sleep initiation (#6961)
2019-11-19 15:35:41 +01:00
Theo Arends 8fc16e2fe1
Merge pull request #6964 from s-hadinger/patch-1
Ignore `bin` and `map` files after compilation.
2019-11-19 14:22:06 +01:00
s-hadinger 7fe8ec4eb2
Ignore `bin` and `map` files after compilation. 2019-11-19 10:07:36 +01:00
Theo Arends 28725c52cf
Merge pull request #6962 from s-hadinger/fix_deepsleep
Fix check deepsleep for valid values in Settings (#6961)
2019-11-19 08:26:13 +01:00