Commit Graph

14210 Commits

Author SHA1 Message Date
Jason2866 9a9d869676
Merge pull request #14321 from Jason2866/objdump
Objdump for S2
2022-01-08 11:43:51 +01:00
Theo Arends 027eb98e8a
Merge pull request #14322 from barbudor/favicon
Add favicon on browser
2022-01-08 11:14:34 +01:00
s-hadinger 3217efaace
Merge pull request #14326 from s-hadinger/fix_berry_arg_crash
Berry fix crash when superfluous parameter is sent
2022-01-08 11:11:02 +01:00
Stephan Hadinger 3f6701a8bd Berry fix crash when superfluous parameter is sent 2022-01-08 10:55:05 +01:00
barbudor d419635be0 add #ifdef, works only uncompressed 2022-01-08 10:45:17 +01:00
barbudor 14d157c255 remove leftover import re 2022-01-08 10:18:25 +01:00
barbudor 6bb60e4d95 reduce icon to 1 bit 2022-01-08 10:17:30 +01:00
barbudor a0181b877f The T favicon 2022-01-08 00:29:11 +01:00
barbudor 70e28ac62c add favicon to script_full_webpage 2022-01-08 00:14:59 +01:00
barbudor 6bef67b1a4 state-machine solve parsing of // in string 2022-01-07 23:35:47 +01:00
barbudor b43c62f726 favicon unishox compression fixed 2022-01-07 23:35:06 +01:00
Jason2866 d80ebd7017
add esp32 objdump 2022-01-07 22:35:22 +01:00
Jason2866 7ac85ad973
add ESP32s2 in objdump 2022-01-07 22:28:52 +01:00
barbudor 9758587cdd favicon step 1 2022-01-07 20:23:33 +01:00
Theo Arends f78130319a Fix compilation 2022-01-07 17:08:17 +01:00
Theo Arends 1573cbe6cb Bump version to v2022.01.2 2022-01-07 16:43:29 +01:00
Theo Arends d6fc62e376 Add support for Linkind dimmer
Add support for Linkind dimmer as GPIO ``Option A6`` (#14004)
2022-01-07 16:17:53 +01:00
Theo Arends ab01d479ee
Merge pull request #14315 from SteWers/Solax-X1-RTS-Fix1
[Solax X1] Resolve RTS-timing problem
2022-01-07 13:09:59 +01:00
SteWers 38886e987f Resolve RTS-timing problem
On some devices there is a timing problem with the RTS line, when not using flush.
flush does wait until all data is send: https://www.arduino.cc/reference/en/language/functions/communication/serial/flush/
2022-01-07 12:47:23 +01:00
Jason2866 c26742f9b5
use pio env for esptool path 2022-01-07 11:07:36 +01:00
Theo Arends 705c39280c Update change logs 2022-01-07 10:56:33 +01:00
Theo Arends 79bcdd0fff
Merge pull request #14305 from SteWers/Solax-X1-RTS
[Solax X1] RTS support and offline status
2022-01-07 10:35:09 +01:00
Theo Arends 84da970ecc
Merge pull request #14017 from tony-fav/dev-DDPLightSchemes
DDP Schemes for Light (5) and WS2812 (15) with USE_NETWORK_LIGHT_SCHEMES
2022-01-07 10:12:47 +01:00
Jason2866 046097ffbc
Merge pull request #14311 from Jason2866/work
Use esptool.py to generate one file firmware
2022-01-06 23:39:54 +01:00
Jason2866 48585eebd2
Less verbose 2022-01-06 23:20:21 +01:00
Jason2866 e039e59375 next try to find esptool 2022-01-06 22:02:59 +00:00
Jason2866 b835e9f15b
Merge pull request #14312 from Staars/patch-3
Update obj-dump.py to support more boards
2022-01-06 21:54:02 +01:00
Christian Baars 17f3e9fab7
Update obj-dump.py to support more boards
and adding flag to demangle.
2022-01-06 20:51:40 +01:00
SteWers d88110e686 Rework for PR #14305
- removed all changes in tasmota_template_legacy.h
- moved new GPIO at the end of the list in  tasmota_template.h
- removed unnecessary "flush" in xnrg_12_solaxX1.ino
2022-01-06 19:11:44 +01:00
Jason2866 ea12ddeca9
find esptool for import 2022-01-06 19:07:59 +01:00
Jason2866 b9dc142134
Use esptool.py to generate one file firmware 2022-01-06 18:38:02 +01:00
Theo Arends b98e82ae3d Add Sonoff SPM module mapping
Add Sonoff SPM command ``SspmMap 2,1,..`` to map scanned module to physical module (#14281)
2022-01-06 18:01:35 +01:00
Theo Arends 479b378707 Fix Modbus serial config 2022-01-06 14:06:56 +01:00
s-hadinger 1e6b78a957
Merge pull request #14307 from s-hadinger/berry_iram
Berry stores compiled bytecode into IRAM, freeing space in heap
2022-01-06 14:00:53 +01:00
Stephan Hadinger 6755b754e0 Berry stores compiled bytecode into IRAM, freeing space in heap 2022-01-06 13:41:51 +01:00
SteWers 34112c833a
Update my_user_config.h 2022-01-06 10:33:45 +01:00
SteWers 0ef2aeaeba Revert my_user_config.h 2022-01-06 10:24:47 +01:00
SteWers d04edafec3 Merge branch 'Solax-X1-RTS' of https://github.com/SteWers/Tasmota into Solax-X1-RTS 2022-01-06 10:10:53 +01:00
SteWers aa7750997a RTS support and offline status (Fix#1) 2022-01-06 10:08:44 +01:00
SteWers 9b20e6cfe7
Merge branch 'arendst:development' into Solax-X1-RTS 2022-01-06 09:58:52 +01:00
SteWers 32cc20219a [Solax X1] RTS support and offline status 2022-01-06 09:52:27 +01:00
Jason2866 304e13911c
Merge pull request #14300 from Jason2866/work
copy ESP32 factory firmware to `build_output`
2022-01-05 23:26:24 +01:00
Jason2866 12ecfae94d copy factory firmware to `build_output` 2022-01-05 23:14:49 +01:00
SteWers 2e77ed0560 SolaxX1 RTS #1 2022-01-05 21:04:20 +01:00
Jason2866 c808257284
Fix for one firmware file script
THX @TD-er for this script!!
2022-01-05 17:50:36 +01:00
Theo Arends fce0104035 Add SPM Relay scan timeout message 2022-01-05 12:43:26 +01:00
s-hadinger 923feb2096
Merge pull request #14296 from s-hadinger/remove_leftovers
Remove debug leftovers
2022-01-05 12:38:55 +01:00
Stephan Hadinger 913db86f15 Remove debug leftovers 2022-01-05 12:28:07 +01:00
Theo Arends a26f2dbc28 Fix SPM power switching over 8 relays
Fix SPM power switching over 8 relays (#14281)
2022-01-05 10:44:58 +01:00
s-hadinger 0e2af52d97
Merge pull request #14294 from s-hadinger/berry_modular
Berry specific moved to berry_tasmota
2022-01-05 10:00:25 +01:00