Theo Arends
096687d3fb
Merge pull request #14173 from barbudor/dht_negative_2comp
...
DHT support both type of negative temperature
2021-12-27 16:56:50 +01:00
jeanmichel_nwsb
2e19f66749
make neg temp compliant with 2's comp variant
2021-12-27 16:33:44 +01:00
Theo Arends
cb52c4cf35
Add DHT debugging information
2021-12-26 14:00:07 +01:00
Theo Arends
4962fd229e
Add command ``SSerialConfig <serialconfig>`` to change Serial Bridge configuration
...
Add command ``SSerialConfig <serialconfig>`` to change Serial Bridge configuration
2021-12-25 12:58:24 +01:00
Theo Arends
da8910b9c3
Fixed serial broken after #14153 - reverted
2021-12-25 11:42:26 +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
Theo Arends
4b539f9b94
Revert "Bump TasmotaSerial version to 3.4.0"
...
This reverts commit f2dfcb3f40
.
2021-12-25 11:34:43 +01:00
Theo Arends
18003e0ee6
Another try for solving exceptions 28
...
Another try for solving exceptions 28 (#14067 )
2021-12-24 17:05:53 +01:00
s-hadinger
e5463782e7
Merge pull request #14162 from s-hadinger/lvgl_chart
...
LVGL add support for lv_chart_series
2021-12-24 10:26:13 +01:00
Stephan Hadinger
fd47406d11
LVGL add support for lv_chart_series
2021-12-24 10:06:30 +01:00
s-hadinger
3bd7c98cfe
Merge pull request #14161 from s-hadinger/berry_udp_remote
...
Berry udp remote ip and port
2021-12-24 10:04:27 +01:00
Stephan Hadinger
c343896760
Berry udp remote ip and port
2021-12-24 09:48:40 +01:00
s-hadinger
0039f5a8c3
Merge pull request #14160 from s-hadinger/berry_udp
...
Berry add support for udp client/server
2021-12-23 19:07:37 +01:00
Stephan Hadinger
a51d32747a
Berry add support for udp client/server
2021-12-23 18:35:10 +01:00
Jason2866
5a0a757bc5
Merge pull request #14158 from Jason2866/core202
...
Update Tasmota Arduino ESP32 core to v.2.0.2
2021-12-23 16:44:54 +01:00
Jason2866
c7c60c463c
core 2.0.2
2021-12-23 14:01:16 +01:00
Jason2866
3c3d1b6583
add platform to solo1
2021-12-23 13:54:26 +01:00
Jason2866
12a14a3e49
add Platform to solo1
2021-12-23 13:46:58 +01:00
Jason2866
04206d4bb0
Tasmota core 2.0.2
2021-12-23 13:34:36 +01:00
s-hadinger
8374ded1d4
Merge pull request #14157 from s-hadinger/better_changeUIntScale
...
Fix changeUIntScale to be stable
2021-12-23 13:19:48 +01:00
Stephan Hadinger
7c064f6fc8
Fix changeUIntScale to be stable
2021-12-23 12:48:12 +01:00
Theo Arends
89b5282d92
Update changelog
2021-12-23 12:35:28 +01:00
Theo Arends
39ec4c6d5d
Revert change to fix extra flashwrite before QuickPowerDetection
...
Revert change to fix extra flashwrite before QuickPowerDetection (#14153 )
2021-12-23 12:34:16 +01:00
Theo Arends
afea9cd4a7
Increase max power value for Sonoff Pow R3
...
Increase max power value for Sonoff Pow R3 (#14156 )
2021-12-23 12:06:14 +01:00
Theo Arends
45ad78a680
Remove HRG15 error message
...
Remove HRG15 error message (#14067 )
2021-12-23 11:31:09 +01:00
Theo Arends
e359a775c2
Bump version to v10.1.0.2
2021-12-23 11:01:41 +01:00
Theo Arends
f2dfcb3f40
Bump TasmotaSerial version to 3.4.0
2021-12-23 10:45:18 +01:00
Theo Arends
d9ab90a2f9
Merge pull request #14153 from wir3z/development
...
Fixed non-8N1 serial issues.
2021-12-23 10:41:11 +01:00
wir3z
30d35b8c15
Moved kTasmotaSerialConfig to TasmotaSerial.h from Tasmota.h.
2021-12-22 12:23:17 -07:00
wir3z
3c8cda25fb
Added linux safe path.
2021-12-22 10:28:55 -07:00
wir3z
223314804d
Removed external function call, referenced header.
2021-12-22 10:22:16 -07:00
Theo Arends
7bf6e5a773
Another try to fix exception
...
Another try to fix exception (#14067 )
2021-12-22 18:11:35 +01:00
wir3z
4554a5ba9e
Revert "Added back missing external."
...
This reverts commit b8e9d9401e
.
2021-12-22 09:53:06 -07:00
wir3z
b8e9d9401e
Added back missing external.
2021-12-22 09:50:35 -07:00
wir3z
ee39f84bc2
Rolled out parity changes due to potential timing issues.
2021-12-22 09:47:20 -07: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
Theo Arends
9c3fb8fc82
Update changelogs
2021-12-22 17:14:58 +01:00
Theo Arends
8943656729
Fixed ESP32 LedPwmMode exception
...
Fixed ESP32 LedPwmMode exception (#14073 )
2021-12-22 16:50:29 +01:00
Jason2866
2b0344a787
keep only minimal.bin.gz
2021-12-21 12:39:19 +01:00
Jason2866
c554a70b23
fix redefine warning
...
with Arduino Core 3.0.x
2021-12-21 12:19:32 +01:00
Jason2866
376904e158
Update Tasmota_build_devel.yml
2021-12-21 11:52:37 +01:00
Theo Arends
1e91444b64
Merge pull request #14132 from Jason2866/core3
...
add env [tasmota3] -> Tasmota build with core 3.0.x stage
2021-12-21 09:55:38 +01:00
Theo Arends
6d20541570
Merge pull request #14133 from lexxai/patch-1
...
Update uk_UA.h
2021-12-21 09:44:13 +01:00
lexxai
b1bbf26656
Update uk_UA.h
...
translated "Dew point"
2021-12-21 03:23:19 +02:00
s-hadinger
e0f3a8544b
Merge pull request #14131 from s-hadinger/berry_map_client
...
Berry use mapping
2021-12-20 23:07:06 +01:00
Jason2866
6d3904c8ee
esptool v3.1
2021-12-20 21:42:43 +00:00
Stephan Hadinger
2cbd65ec63
Berry use mapping
2021-12-20 22:38:56 +01:00
Jason2866
93ebde8bc0
tasmota3 (esp8266 stage)
2021-12-20 22:26:41 +01:00
s-hadinger
948b948e10
Merge pull request #14130 from s-hadinger/lv_berry_pf
...
Set framework and platform for lv_berry
2021-12-20 21:19:21 +01:00
Stephan Hadinger
0589a28ec8
Change more platform definitions
2021-12-20 21:05:00 +01:00