Adrian Scillato
3432c6841d
Fix Compilation for ESP32 w/scripts enabled
2022-04-08 20:29:16 -03:00
gemu2015
916605557e
modbus client, >WS,>WM
2022-04-06 07:50:51 +02:00
Theo Arends
8588340bff
Shrink javascript
2022-04-03 15:25:07 +02:00
gemu2015
d176aeaaf6
fix swb(), goole charts time axis
2022-03-31 12:10:18 +02:00
gemu2015
126810c4b7
add bcd, flx web fileserver
2022-03-19 08:24:29 +01:00
gemu2015
571057167e
fix web comments+ leading zeroes
2022-03-03 08:23:56 +01:00
gemu2015
2583d679e1
fix break, add spi
2022-02-16 16:16:27 +01:00
gemu2015
ecd8e2ed29
add sml write once cmd
2022-02-11 08:01:07 +01:00
gemu2015
10cfc1166c
some fixes
2022-01-30 08:53:56 +01:00
gemu2015
1f860deb02
web gui rework
2022-01-25 10:57:37 +01:00
gemu2015
f3be1445e4
esp8266 email, scripter on 1m devices
2022-01-21 08:03:12 +01:00
gemu2015
e352bfe8a0
optimizations and fixes, add return x
2022-01-17 12:09:21 +01:00
Stephan Hadinger
d862ad1661
Fix multicast
2022-01-14 23:02:05 +01:00
barbudor
70e28ac62c
add favicon to script_full_webpage
2022-01-08 00:14:59 +01:00
gemu2015
a62da1ba5a
fix memory corruption
2022-01-04 11:25:58 +01:00
Theo Arends
3220332b1c
Refactor serial config
...
Refactor serial config (#14212 )
2021-12-30 14:39:22 +01:00
gemu2015
a2857e1c53
some fixes and enhancements
2021-12-30 09:00:14 +01:00
Theo Arends
aaa87a037a
Revert "Merge pull request #14153 from wir3z/development"
...
This reverts commit d9ab90a2f9
, reversing
changes made to 7bf6e5a773
.
2021-12-25 11:34:58 +01:00
wir3z
b8752b7272
TasmotaSerial:
...
- Added transmit parity to software TX. Software RX just consumes in the incoming parity bit with no error checking.
- Fixed issue where Serial.begin for the ESP8266 was not passing the UART SerialConfig compatible values.
support.ino
- Cleanup to use already present ConvertSerialConfig API.
tasmota.ino:
- Force the baudrate + serial config settings after boot. Previously, the baudrate would change, but any non 8N1 settings were not applied.
xdrv_08_serial_bridge.ino:
- Increased the software serial bridge buffer size and changed type to prevent overflow.
- Added missing serial config settings to the serial begin. Previously was forcing 8N1.
xdrv_10_scripter.ino
- Cleanup to use already present ConvertSerialConfig API.
2021-12-22 09:23:15 -07:00
gemu2015
eec2e50a46
database extraction update, housekeeping
2021-12-15 15:07:36 +01:00
gemu2015
732c7a4116
new functions and housekeeping
2021-12-08 16:28:29 +01:00
gemu2015
b481a421e1
some serial tweeks
2021-11-25 07:04:41 +01:00
gemu2015
ab39a667ba
serial io, tasmtimer read
2021-11-16 07:39:55 +01:00
gemu2015
800b4061ae
fix compression error message
2021-10-26 08:03:30 +02:00
gemu2015
41639d46c2
fix sml compile error SML_MAX_VARS missing
2021-10-23 08:07:51 +02:00
Theo Arends
3b5172a5c0
Merge branch 'development' into dev-energy-split
2021-10-02 15:30:05 +02:00
Stephan Hadinger
98acc6fe2d
LVGL updated to v8.0.2 **breaking changes**
2021-10-02 09:33:59 +02:00
Theo Arends
b47e91c8ab
Add energy total spilt
2021-09-29 15:33:58 +02:00
Theo Arends
9b35c54ed1
Revert "Add support for split energy totals"
...
This reverts commit d3fc03d398
.
2021-09-29 14:53:23 +02:00
Theo Arends
d3fc03d398
Add support for split energy totals
...
Add command ``SetOption129 1`` to enable split total energy results (#13030 )
2021-09-29 12:08:03 +02:00
gemu2015
21cce99467
ws2812 RGBW
2021-09-23 08:18:58 +02:00
Arnold
0de562567b
Add PRECONFIGURED_SCRIPT and START_SCRIPT_FROM_BOOT options
...
Change allows to define a PRECONFIGURED_SCRIPT in user_config_override.h
and to start a script from boot by defining START_SCRIPT_FROM_BOOT.
2021-09-16 23:44:54 +02:00
Theo Arends
e5e8ef4736
Refactor access TasnotaGlobal.mqtt_data
2021-08-15 17:08:31 +02:00
Theo Arends
5c775553be
Fix core 3.0.2 compile error
2021-08-03 15:37:03 +02:00
Jason2866
923be119a2
No LITTLEFS, always LittleFS
2021-07-23 11:34:14 +02:00
gemu2015
0552bf8261
some fixes
2021-07-02 17:29:35 +02:00
Jason2866
717771eec6
Silence info universal file system used
...
because it is default enabled fs
2021-07-02 13:27:50 +02:00
gemu2015
e0e49df57c
fix mqtt errors
2021-07-01 08:27:47 +02:00
Theo Arends
5e805e0c4a
Move Settings from DRAM to heap
2021-06-11 18:14:12 +02:00
Theo Arends
d9e1eaa780
Change command ``Gpio`` layout of JSON message changed to single line
2021-06-08 18:46:39 +02:00
Theo Arends
b585faf20d
fix compile error
2021-06-06 19:33:19 +02:00
Theo Arends
749093a697
Prep mqtt_data from char to String (prt.3)
2021-06-06 17:26:01 +02:00
Theo Arends
ebeb4ea7ff
Remove AddLog_P in favour of AddLog
...
Remove AddLog_P in favour of AddLog switching log from stack to heap allowing longer log entries (up to approximate log buffer size)
2021-06-05 11:47:09 +02:00
Theo Arends
cea58d66c8
Prep virtual mqtt_data prt3
2021-05-24 16:52:59 +02:00
Theo Arends
77760dc2cc
Prep virtual mqtt_data prt2
2021-05-23 16:50:17 +02:00
Theo Arends
408ae6a4ef
Prep virtual mqtt_data
2021-05-23 14:42:27 +02:00
Stephan Hadinger
ba518e1b0c
LVGL use Berrry virtual methods and save 74KB
2021-05-19 09:53:20 +02:00
gemu2015
ac52259dc8
restore USE_SCRIPT_STATUS
2021-05-17 09:20:45 +02:00
gemu2015
f9d06d7a0f
add i2c multybyte write
2021-05-11 10:40:53 +02:00
Stephan Hadinger
7963b3a5ca
LVGL fixed events and callbacks
2021-05-10 20:04:11 +02:00