Theo Arends
7a73dd7019
Merge branch 'development' into dev-gpio16
2020-09-30 14:54:29 +02:00
Theo Arends
c00d7035d9
Redesign GPIO to 16-bit
2020-09-29 18:10:21 +02:00
Theo Arends
895ed2d041
Redesign GPIO to 16-bit
2020-09-29 14:41:45 +02:00
Theo Arends
805f93cfab
Redesign GPIO to 16-bit
2020-09-29 14:08:48 +02:00
Theo Arends
9cbd2d531d
Initial GPIO redesign
2020-09-25 18:15:31 +02:00
Stephan Hadinger
019e402fe7
Move IR from ArduinoJson to JSMN
2020-09-24 08:51:43 +02:00
Stephan Hadinger
f3591b8419
Fix memory corruption
2020-09-23 19:38:24 +02:00
Stephan Hadinger
2ff756b3cc
Change replace ArduinoJson with JSMN for JSON parsing
2020-09-21 21:49:32 +02:00
Federico Leoni
0bca9a2028
TuyaMCU update2
...
oops
2020-09-16 16:59:10 -03:00
Federico Leoni
e45a5f3323
TuyaMCU Update
2020-09-16 15:45:56 -03:00
Theo Arends
146eb6654d
Refactor gui upload
2020-09-04 12:49:57 +02:00
Theo Arends
d49997fa01
Fix ESP32 TasmotaClient detection
...
Fix ESP32 TasmotaClient detection (#9218 )
2020-09-03 14:29:08 +02:00
Theo Arends
73e49803cc
Add better Zigbee firmware Upload Transfer GUI
2020-09-01 13:05:46 +02:00
Stephan Hadinger
fa179ee296
Add ``SetOption109 1`` to force gen1 Alexa mode, for Echo Dot 2nd gen devices only
2020-08-27 18:54:53 +02:00
Stephan Hadinger
ea0901b162
Add Zigbee battery icon
2020-08-24 21:07:03 +02:00
Stephan Hadinger
b0188642b1
Change triple-mode TLS via configuration in a single firmware (TLS AWS IoT, Letsencrypt and No-TLS)
2020-08-12 17:20:37 +02:00
blakadder
30072de0f7
update CT slider to more accurate color allocation
...
tweaked slider colors to more realistic portrayal (but still not accurate! and will never be!)
2020-08-11 19:51:41 +02:00
Theo Arends
55d217429c
Increase Zigbee transfer GUI update timeout
2020-08-08 14:43:56 +02:00
Theo Arends
0b4197232e
Add firmware upload state message to GUI
2020-08-08 13:18:39 +02:00
Theo Arends
a3445e5b5f
Add ESP32 ADC framework
2020-08-03 18:21:34 +02:00
Theo Arends
6aee706f01
Fix ESP32 Zigbee compilation
2020-07-31 11:35:26 +02:00
Theo Arends
30d0f050c7
POC Zigbee EFR32 xmodem upload
...
POC Zigbee EFR32 xmodem upload (#8583 )
2020-07-26 18:55:31 +02:00
Theo Arends
806a862cac
Add EFR32 upload framework
2020-07-25 18:25:06 +02:00
Theo Arends
eeed6768d0
Third try to fix counter interrupt storm
2020-07-20 11:20:58 +02:00
Theo Arends
8dbe3c90da
Second try to fix counter interrupt storm
...
Second try to fix counter interrupt storm during OTA (#8928 )
2020-07-17 16:18:07 +02:00
Theo Arends
25dcf447f3
First try to fix counter interrupt storm
...
First try to fix counter interrupt storm during OTA (#8928 )
2020-07-17 12:49:42 +02:00
Theo Arends
934ca43463
Remove Arduino ESP8266 Core support before 2.7.1
...
Remove Arduino ESP8266 Core support for versions before 2.7.1
2020-07-17 11:49:56 +02:00
Theo Arends
a05e939be9
Add some zigbee webinfo
2020-06-27 18:17:40 +02:00
Theo Arends
ff327106be
Refactor ESP32 support
2020-06-24 15:58:56 +02:00
Norbert Richter
fc3d38bbe7
Add info display Ssid escape
2020-06-18 18:16:16 +02:00
Theo Arends
c533eb1186
BLM certify part 2
...
- Change define USE_TASMOTA_SLAVE into USE_TASMOTA_CLIENT
- Change commands ``SlaveSend`` and ``SlaveReset`` into ``ClientSend`` and ``ClientReset``
2020-06-18 16:05:55 +02:00
Theo Arends
2af506e48b
Change ESP32 USER GPIO template representation decreasing template message size
...
Change ESP32 USER GPIO template representation decreasing template message size
2020-06-18 12:55:10 +02:00
Theo Arends
a1d8fa755c
Fix ESP32 AP information
2020-06-17 10:39:05 +02:00
Theo Arends
b8ab5b3d4e
Add IP address info
...
Add IP address info (#8503 )
2020-06-16 14:57:00 +02:00
Theo Arends
c1d0d20996
Fix mdns related compile error
2020-06-15 22:10:49 +02:00
Theo Arends
ef0b797686
Add basic support for ESP32 ethernet
...
Add basic support for ESP32 ethernet adding commands ``Wifi 0/1`` and ``Ethernet 0/1`` both default ON (#8503 )
2020-06-15 18:27:04 +02:00
Staars
71d5ca5036
adding unishox compression to the webserver
2020-06-06 21:52:20 +02:00
Theo Arends
9d86c15685
Some webserver code saving
2020-06-05 11:53:53 +02:00
Theo Arends
371870a826
Fix ESP32 GUI template upload
...
Fix ESP32 GUI template upload (#8534 )
2020-05-26 17:38:34 +02:00
Theo Arends
14807254ba
Fix apostrophe regression
2020-05-21 18:03:05 +02:00
Theo Arends
f1205385bd
Fix the GUI display of apostrophe
...
Fix the GUI display of apostrophe in any name (#8489 , #8323 )
2020-05-21 17:49:59 +02:00
Theo Arends
4e38cb7ba9
Allow empty DeviceName
2020-05-17 17:55:36 +02:00
Theo Arends
d7f6c78ed9
Add command ``DeviceName``
...
Add command ``DeviceName`` defaults to FriendlyName1 and replaces FriendlyName1 in GUI
2020-05-17 17:10:17 +02:00
gemu2015
d182817892
add psram to info page ESP32
2020-05-12 14:19:10 +02:00
Theo Arends
2a6de09396
Change ESP32 GUI GPIO index display
2020-05-07 18:10:54 +02:00
Stephan Hadinger
646f76e459
Minor size optimizations
2020-05-06 08:56:09 +02:00
Theo Arends
139d32a86d
Optimize ESP32 webserver
2020-05-05 15:53:16 +02:00
Stephan Hadinger
b07edd1d74
Move constants in PMEM
2020-05-04 20:00:05 +02:00
Theo Arends
ec1913346c
Fix ESP32 GPIO selection if Counters are disabled
2020-05-02 17:53:57 +02:00
Theo Arends
5d18ad1c74
Add experimental basic support for ESP32
...
- Add experimental basic support for Tasmota on ESP32 based on work by Jörg Schüler-Maroldt
- Bump version to 8.2.0.6
- This ESP32 upgrade breaks current ESP32 templates
2020-05-01 17:30:09 +02:00