mikep1998
207298271a
Revert "Update tasmota_lv_conf.h"
...
This reverts commit b30d559c4d
.
2021-10-21 13:20:43 -07:00
mikep1998
ce142d97bc
Merge branch 'arendst:development' into development
2021-07-11 11:54:23 -07:00
mikep1998
b30d559c4d
Update tasmota_lv_conf.h
2021-07-11 11:53:36 -07: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
mikep1998
7a3fabdbdf
Merge branch 'development' of https://github.com/mikep1998/Tasmota into development
2021-07-10 14:26:48 -07:00
mikep1998
82e90220b4
GPIO_XPT2046_CS is not specific to ILI9341
...
GPIO_XPT2046_CS is not specific to ILI9341 it is also used with ILI9488
2021-07-10 14:26:21 -07:00
mikep1998
94000ad95d
Merge branch 'arendst:development' into development
2021-07-10 14:19:58 -07:00
mikep1998
c72465b063
Update xdrv_54_lvgl.ino
...
Fix compile error without Berry define.
2021-07-10 14:19:04 -07:00
Theo Arends
44890833d5
Merge pull request #12613 from Jason2866/patch-1
...
Use mode `dout` for all ESP32 builds
2021-07-10 12:46:28 +02:00
Jason2866
177b18eb79
Update esp32s2.json
2021-07-10 12:27:52 +02:00
Jason2866
e6833cba1b
Update esp32c3.json
2021-07-10 12:27:36 +02:00
Jason2866
5dbc15a633
Update esp32_8M.json
2021-07-10 12:26:36 +02:00
Jason2866
fd01811fc5
Update esp32_4M.json
2021-07-10 12:26:15 +02:00
Jason2866
7dbecbc97c
Update esp32_16M.json
2021-07-10 12:26:00 +02:00
Jason2866
9e058e2b13
Update esp32-odroid.json
2021-07-10 12:25:44 +02:00
Jason2866
4e8ec88f1e
Update esp32-m5core2.json
2021-07-10 12:25:24 +02:00
Jason2866
95bed28da3
Update esp32-cam.json
2021-07-10 12:25:04 +02:00
Jason2866
52173cc4dd
QIO not working with platformio to build/flash
2021-07-10 12:24:12 +02:00
Theo Arends
5604e8a83e
Merge pull request #12608 from ascillato/patch-1
...
Initial Wi-Fi Config: Fix Bug with SAVEDATA
2021-07-09 18:43:35 +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
Theo Arends
04618687cf
Merge pull request #12603 from Jason2866/webflasher
...
Change github actions for webflasher use in branch firmware
2021-07-09 16:37:24 +02:00
Theo Arends
a5c0b0d2b4
Merge pull request #12602 from s-hadinger/move_defines
...
Moving defines post-config
2021-07-09 16:36:58 +02:00
Jason2866
a2d9078fd6
Prep github actions for webflasher
2021-07-09 15:03:56 +02:00
Stephan Hadinger
da6846207c
Moving defines post-config
2021-07-09 12:24:00 +02:00
s-hadinger
65150432bc
Merge pull request #12601 from s-hadinger/ssl_no_critical
...
TLS remove check for cricital attributes in cert #12599
2021-07-09 12:02:25 +02:00
Stephan Hadinger
1bfb4ef55c
TLS remove check for cricital attributes in cert #12599
2021-07-09 11:11:33 +02:00
Theo Arends
1692b062a4
Merge pull request #12584 from Jason2866/patch-6
...
gitpod updates
2021-07-08 10:04:40 +02:00
s-hadinger
66ad4b7798
Merge pull request #12587 from s-hadinger/berry_gc
...
Berry fix GC when lexer error
2021-07-07 18:32:09 +02:00
Stephan Hadinger
3bd4358a37
Berry fix GC when lexer error
2021-07-07 18:07:17 +02:00
Jason2866
afb8fbb150
Delete uncrustify.cfg
2021-07-07 14:51:14 +02:00
Jason2866
447d36a7e1
gitpod changes
2021-07-07 14:50:23 +02:00
Theo Arends
34346187e7
Merge pull request #12581 from ascillato/patch-1
...
KNX: Fix Telegrams UDP Overrun
2021-07-06 16:33:12 +02:00
Adrian Scillato
2476ff8e1a
KNX: Fix Telegrams UDP Overrun
2021-07-06 11:21:00 -03:00
Theo Arends
1509b708e4
Merge pull request #12580 from s-hadinger/ir_2_7_19
...
IRremoteESP8266 library from v2.7.18 to v2.7.19
2021-07-06 14:37:23 +02:00
Stephan Hadinger
52181f0822
IRremoteESP8266 library from v2.7.18 to v2.7.19
2021-07-06 12:21:23 +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
mikep1998
f27eef5730
Merge branch 'arendst:development' into development
2021-07-05 21:51:53 -07:00
mikep1998
5aa1d225d7
Update xdrv_54_lvgl.ino
...
Fix compile error with LVGL define and without USE_BERRY defined
2021-07-05 21:49:18 -07: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
s-hadinger
c248888986
Merge pull request #12569 from s-hadinger/lv_freetype_patch_10
...
lv_freetype patch #10
2021-07-05 19:07:39 +02:00
Stephan Hadinger
621ab97dea
lv_freetype patch #10
2021-07-05 18:51:55 +02: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
s-hadinger
c08b6db1e3
Merge pull request #12565 from s-hadinger/wifi_no_sleep
...
Command ``SetOption127 1`` to force Wifi in no-sleep mode even if ``Sleep 0`` is not enabled
2021-07-05 14:24:02 +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