Marius Bezuidenhout
024cc0b9b6
Added MCP2515 library and Freedom Won BMS sensor
2021-07-12 12:32:27 +02:00
mikep1998
c76b336545
Fix compile error with Berry defined. ( #12616 )
...
* Update xdrv_54_lvgl.ino
Fix compile error with LVGL define and without USE_BERRY defined
* Update xdrv_54_lvgl.ino
Fix compile error without Berry define.
* GPIO_XPT2046_CS is not specific to ILI9341
GPIO_XPT2046_CS is not specific to ILI9341 it is also used with ILI9488
2021-07-11 09:38:41 +02:00
Adrian Scillato
bb8e787947
Initial Wi-Fi Config: Fix Bug with SAVEDATA
...
In some conditions, if the save button is pressed more than once, or the page is refreshed several times, the Wi-Fi credentials checking routine was disabling SAVEDATA in flash. This Fixs that condition.
2021-07-09 13:27:47 -03:00
Stephan Hadinger
da6846207c
Moving defines post-config
2021-07-09 12:24:00 +02:00
Theo Arends
d44fc80cd3
Fix exception 28 when unable to send MQTT message
...
Fix exception 28 when unable to send MQTT message and a topic name without a slash '/' (#12555 )
2021-07-06 11:28:33 +02:00
mikep1998
9fd3ed597f
Update xdrv_54_lvgl.ino ( #12574 )
...
Fix compile error with LVGL define and without USE_BERRY defined
2021-07-06 08:23:38 +02:00
Adrian Scillato
fb9a34ccbd
Merge pull request #12566 from ascillato/Initial_WiFi_Config_Fix_11n
...
Wi-Fi Initial Setup: Workaround for 11n Only Routers
2021-07-05 17:32:08 -03:00
Theo Arends
60fabf65a7
Fix regression ESP8266 setting hostname
2021-07-05 17:11:03 +02:00
Adrian Scillato
fb4aac574e
Wi-Fi Initial Setup: Workaround for 11n Only Routers
...
Workaround for the hardware limitation of ESP8266. In STA+AP mode it only supports 11b/g. In STA only mode it supports 11b/g/n.
2021-07-05 10:00:10 -03:00
Theo Arends
512d912b77
Change setting hostname to fixing ArduinoESP32 core 2.0.0
2021-07-05 14:50:33 +02:00
Stephan Hadinger
1c15552210
Command ``SetOption127 1`` to force Wifi in no-sleep mode even if ``Sleep 0`` is not enabled
2021-07-05 13:43:41 +02:00
Theo Arends
d5585adbb2
Disable wifi modem sleep on ESP32-C3 if possible
2021-07-05 12:32:58 +02:00
s-hadinger
d362b494b8
Merge pull request #12561 from s-hadinger/fix_ping
...
Fix ping on Esp32
2021-07-04 22:23:33 +02:00
Stephan Hadinger
dec1dc0c18
Fix ping on Esp32
2021-07-04 22:04:34 +02:00
Theo Arends
377b34409f
Changed ESP32 Ethernet Phy Type information to IDF v3+
2021-07-04 14:53:58 +02:00
Theo Arends
e94a253cec
Fix AM2320 value reporting ( #12552 )
2021-07-04 11:39:05 +02:00
Adrian Scillato
2100553085
MQTT UI: Add password length restriction
...
https://github.com/arendst/Tasmota/issues/12513
2021-07-03 20:19:36 -03:00
Theo Arends
164d0cb083
Merge pull request #12546 from s-hadinger/Ping-esp32c3
...
Fix compilaion for Esp32c3
2021-07-03 17:55:07 +02:00
Stephan Hadinger
25bdff6658
Fix compilaion for Esp32c3
2021-07-03 17:19:12 +02:00
Stephan Hadinger
b8d831baf5
Fix Hue angle encoding for Zigbee
2021-07-03 15:21:57 +02:00
Stephan Hadinger
4e57083f52
Fix compilation
2021-07-03 10:54:14 +02:00
Stephan Hadinger
3e2cd4f67d
LVGL ctypes implemented
2021-07-03 10:40:08 +02:00
Theo Arends
e7425f5b3b
Merge pull request #12539 from Jason2866/patch-6
...
Enable Ping and rules features for env not 1M
2021-07-02 17:49:37 +02:00
gemu2015
0552bf8261
some fixes
2021-07-02 17:29:35 +02:00
Jason2866
2b3f516424
Enable use of Rules for Core2
2021-07-02 16:50:37 +02:00
Jason2866
aa1b0d3e0c
Enable Ping and rules features for env not 1M
2021-07-02 16:47:06 +02:00
Theo Arends
1ff2b8abe9
Add optional TasMesh define
2021-07-02 14:12:49 +02:00
Theo Arends
0a04ed0082
Merge pull request #12536 from Jason2866/patch-5
...
Silence scripter info "universal file system used"
2021-07-02 14:08:37 +02:00
Theo Arends
16f6f26aba
Add initial support for Tasmota Mesh
...
Add initial support for Tasmota Mesh (TasMesh) providing node/broker communication using ESP-NOW (#11939 )
2021-07-02 14:08:06 +02:00
Jason2866
717771eec6
Silence info universal file system used
...
because it is default enabled fs
2021-07-02 13:27:50 +02:00
Theo Arends
f62f86aeb7
Update support_esp.ino
2021-07-02 10:20:26 +02:00
Theo Arends
8c1605e06c
Add comments
2021-07-02 09:46:19 +02:00
Theo Arends
213746f50f
Prep MQTT file upload/download for TasMesh
2021-07-01 15:28:18 +02:00
Theo Arends
b7519b9c90
Fix ESP32-C3 Settings backup and restore
2021-07-01 15:19:35 +02:00
Theo Arends
4fe8f6bc16
Merge pull request #12518 from ascillato/patch-1
...
AP Mode: Allow buttons to work as in Normal Mode
2021-07-01 08:51:10 +02:00
gemu2015
e0e49df57c
fix mqtt errors
2021-07-01 08:27:47 +02:00
Stephan Hadinger
490412ebdc
Berry fix button handlers
2021-06-30 22:36:51 +02:00
Adrian Scillato
757ccaffbc
AP Mode: Allow buttons to work as in Normal Mode
2021-06-30 09:36:15 -03:00
Theo Arends
18cb3da940
Add ESP32-C3 restart season info
2021-06-29 18:15:22 +02:00
Theo Arends
0de0834bb6
Fix ESP32-C3 valid GPIO list
2021-06-29 17:38:46 +02:00
Theo Arends
30c77a28c8
Fix MQTT retain when MI32Option6 is enabled ( #12494 )
2021-06-29 15:45:48 +02:00
Stephan Hadinger
1a39656ff0
LVGL Prepare last phase custom types
2021-06-29 13:24:11 +02:00
Theo Arends
6b05b62099
Save some bytes
2021-06-29 10:46:56 +02:00
Theo Arends
744b83dae2
Merge pull request #12496 from barbudor/event_json
...
EVENT support JSON payload
2021-06-29 10:36:18 +02:00
Barbudor
51744bf645
event support JSON payload
2021-06-27 18:58:40 +02:00
Stephan Hadinger
831dc4fb79
TLS Remove obsolete Letsencrypt CA
2021-06-27 15:24:03 +02:00
Theo Arends
94992f0597
Revert changes DHT11 timing
2021-06-27 14:20:00 +02:00
Theo Arends
464ab2cb6b
Add support for AM2320 Temperature and Humidity Sensor by Lars Wessels ( #12485 )
2021-06-27 13:53:19 +02:00
Theo Arends
cf7da3dab2
Merge pull request #12485 from nightphobos/2287_am2320_support
...
add optional support for am2320 temperature/humidity sensor
2021-06-27 13:32:55 +02:00
Theo Arends
c2026623d0
Update xsns_88_am2320.ino
2021-06-27 13:32:33 +02:00