Commit Graph

12343 Commits

Author SHA1 Message Date
Erik Montnemery 5a3f49c698
Bump version to 9.4.0.4 2021-05-15 10:20:22 +02:00
mikep1998 38909eb60b Merge branch 'arendst:development' into development 2021-05-13 11:58:00 -07:00
mikep1998 8ccca7eebb Move DSP_ROM_DESC into user configurable #define. 2021-05-13 11:39:29 -07:00
ksaye 1626c26c6e
Small changes to document changes for Azure 2021-05-13 12:12:21 -05:00
Theo Arends 0d37a677ae Add password to MQTT fileupload 2021-05-13 12:42:44 +02:00
Theo Arends 9742a4e249
Merge pull request #12091 from ascillato/patch-1
Show the new IP after the Wi-Fi Initial Config
2021-05-13 08:13:56 +02:00
Theo Arends 2491d47d9c
Merge pull request #12092 from sfromis/patch-2
Fix off by one error
2021-05-13 08:13:37 +02:00
sfromis 4e7c991f3d
Fix off by one error
Oops, warning about too old python script came when it should not.
2021-05-12 23:20:16 +02:00
Adrian Scillato bbac6c70d2
Show new IP in the Wi-Fi Initial Config 2021-05-12 15:27:47 -03:00
Theo Arends ae6b81b047
Merge pull request #12090 from sfromis/patch-1
Expand decode-status to support all feature bits
2021-05-12 19:03:17 +02:00
sfromis 972e39b607
Expand decode-status to support all feature bits
Output of decode-status.py lacks information about the latest two new sets of feature bits, due to the constant for array size not being updated when the array was expanded. Code changed to avoid this magical number, but instead check size of array with texts, and array with features from the JSON format in Status 4, using the lowest number to provide as many bits as both Tasmota version and Python code supports. A warning is printed if the number of feature bits from Tasmota is higher than supported in the current iteration of Python code.

Based on history, I'm assuming that updates are first done in arendst/Tasmota development, later replicated to tasmota/Tasmota-decode-status. If wrong, I can move the change there.
2021-05-12 18:44:13 +02:00
Theo Arends 2209046c6f Add MQTT OTA binary file transfer 2021-05-12 18:34:32 +02:00
Theo Arends ccb7fc7da7 Fix PCF8574 JSON (#12088)
Fix PCF8574 JSON (#12088)
2021-05-12 17:17:35 +02:00
Theo Arends 817c7ce0a1 Prep for MQTT binary file transfer 2021-05-12 17:10:50 +02:00
Theo Arends 5a3754a53f Add OTA MQTT file upload 2021-05-12 13:03:20 +02:00
s-hadinger e1af5f61b2
Merge pull request #12087 from s-hadinger/lvgl_freetype
LVGL add support for TrueType fonts via FreeType library
2021-05-12 11:41:46 +02:00
Stephan Hadinger cf5b7b4a41 LVGL add support for TrueType fonts via FreeType library 2021-05-12 11:16:10 +02:00
Theo Arends 36caed2122 Increase Settings MQTT file upload buffer 2021-05-11 16:26:29 +02:00
Theo Arends d3874e9834
Merge pull request #12077 from gemu2015/udisp_update
Udisp update
2021-05-11 12:00:26 +02:00
Theo Arends e2e6184877 Delay HA discovery during PZEM sensor intialization
Delay HA discovery during PZEM sensor intialization (#12076)
2021-05-11 11:01:46 +02:00
gemu2015 a2242d4dbc udisplay color swap for lvgl 2021-05-11 10:42:04 +02:00
gemu2015 f9d06d7a0f add i2c multybyte write 2021-05-11 10:40:53 +02:00
Theo Arends d10aad68d1
Merge pull request #12075 from mikep1998/development
Adding support for ILI9488/XPT2046 display
2021-05-11 10:25:36 +02:00
Theo Arends 6f79deae73
Merge pull request #12072 from emontnemery/light_retain_ratio
Allow retaining ratio between white and color channels
2021-05-11 09:36:24 +02:00
mikep1998 1c1495d52d rework of mapping 2021-05-11 00:26:14 -07:00
mikep1998 de506edd8e uDisplay support for new opcodes. 2021-05-10 13:40:27 -07:00
mikep1998 cec4828a13 Adding support for ILI9488/XPT2046 display 2021-05-10 13:26:59 -07:00
s-hadinger 5453aff793
Merge pull request #12074 from s-hadinger/lvgl_fix_events
LVGL fixed events and callbacks
2021-05-10 20:44:53 +02:00
Erik ee2f3f4737 Save rgb/ct ratio when setting color 2021-05-10 20:36:22 +02:00
Erik 47d1e6f78b Use changeUIntScale when scaling brightness 2021-05-10 20:35:04 +02:00
Stephan Hadinger 7963b3a5ca LVGL fixed events and callbacks 2021-05-10 20:04:11 +02:00
s-hadinger e01c60df84
LVGL Fix TS (#12071)
* LVGL Fix TS

* Try to fix linker

* Fix2

* Last fix

Co-authored-by: Stephan Hadinger <stephan.hadinger@gmail.com>
2021-05-10 15:48:02 +02:00
Erik f148221d19 Allow retaining ratio between white and color channels 2021-05-10 15:01:41 +02:00
s-hadinger 0cabd00f66
Merge pull request #12064 from s-hadinger/lvgl_fix_warning
LVGL Fix warning when sending NULL instead of an instance
2021-05-09 23:16:10 +02:00
Stephan Hadinger f7e92d4e07 LVGL Fix warning when sending NULL instead of an instance 2021-05-09 19:38:27 +02:00
s-hadinger fafe1622ec
Merge pull request #12063 from s-hadinger/tsl_3800
Increase min stack thunk to 3800 #12031
2021-05-09 18:39:13 +02:00
s-hadinger 5826d2b070
Merge pull request #12062 from s-hadinger/lvgl_psram
LVGL support for PSRAM
2021-05-09 18:29:29 +02:00
Theo Arends 64e1039eda Add Settings MQTT file upload and download examples 2021-05-09 18:18:52 +02:00
Stephan Hadinger 49b1c06f10 Increase min stack thunk to 3800 #12031 2021-05-09 18:18:39 +02:00
Stephan Hadinger e88955c479 LVGL support for PSRAM 2021-05-09 18:15:15 +02:00
Theo Arends 418f309104 Another MQTT file upload example using acknowledge 2021-05-09 15:34:59 +02:00
Theo Arends dc0e40288d
Merge pull request #12061 from Jason2866/patch-1
Changed dev version to 9.4.x.x in firmware.md badge
2021-05-09 14:08:32 +02:00
Theo Arends 510f33f832 Add MQTT file upload example 2021-05-09 13:09:53 +02:00
Jason2866 dcfcdf77f2
Dev is 9.4.x.x 2021-05-09 12:13:45 +02:00
Theo Arends c70ad4101f Tune support for MQTT Settings save/restore 2021-05-09 11:43:29 +02:00
Theo Arends 22b95e64c1
Merge pull request #12056 from ksaye/patch-1
Adding support for Azure DPS
2021-05-08 21:21:40 +02:00
ksaye 5001f603f9
Adding support for Azure DPS
Adding support for Azure Device Provisioning Service for IoT Hub
2021-05-08 13:07:28 -05:00
Theo Arends d0958e447f
Merge pull request #12055 from Jason2866/development
Core2 compilation fail fixed when enabling LVGL
2021-05-08 18:26:02 +02:00
Platformio BUILD 067b4510de Merge remote-tracking branch 'Tasmota/development' into work 2021-05-08 16:19:21 +00:00
Jason2866 890495919b Merge branch 'development' of https://github.com/Jason2866/Tasmota into development 2021-05-08 17:49:05 +02:00