Theo Arends
b44506466a
Merge pull request #4657 from chaosmaster/patch-2
...
SerialLog: output CR + LF instead of just LF
2018-12-17 20:04:14 +01:00
Joel Stein
c92ce53ddf
SerialLog: output CR + LF instead of just LF
2018-12-17 19:28:31 +01:00
Joel Stein
b2005fba40
introduce new api-call for dimmer-devices
2018-12-17 18:29:42 +01:00
Theo Arends
8c48ad3d93
Tune driver RF Sensor
...
- Free memory when driver RF Sensor is compiled but not used.
- Fix possible buffer overflow exceptions
- Add rule and hardware info to source
2018-12-17 18:06:19 +01:00
Theo Arends
a76ae557f0
Merge pull request #4653 from chaosmaster/patch-2
...
webserver: swap index and name in module configuration
2018-12-17 16:44:44 +01:00
Joel Stein
9737ec560c
webserver: swap index and name in module configuration
2018-12-17 16:33:07 +01:00
Theo Arends
8392b432ba
Ease selecting core versions
...
Ease selecting core versions by grouping core parameters together. Select core version in group [core_active]
2018-12-17 15:29:21 +01:00
Theo Arends
f00cf97bd8
Merge pull request #4651 from gtortone/development
...
option for firmware directory added
2018-12-17 10:53:37 +01:00
Gennaro Tortone
3b306f5a49
option for firmware directory added
2018-12-17 10:49:15 +01:00
Theo Arends
1ed4637ed6
Merge pull request #4650 from gtortone/development
...
it-IT language updated
2018-12-17 10:44:45 +01:00
Theo Arends
0d86a81a4b
Merge pull request #4649 from Jason2866/patch-2
...
Arduino files for 2.5.0 beta2
2018-12-17 10:44:23 +01:00
Gennaro Tortone
6869790e47
it-IT language updated
2018-12-17 10:23:58 +01:00
Jason2866
2530b5f06e
No exceptions
2018-12-17 09:55:00 +01:00
Jason2866
18edbf1abc
Create platform.txt
2018-12-17 09:47:57 +01:00
Jason2866
7934362c83
Create boards.txt
2018-12-17 09:44:19 +01:00
andrethomas2
5984a634ca
Update README.md
2018-12-17 00:55:11 +02:00
Theo Arends
3ef3fdd0bd
Merge pull request #4644 from Jason2866/patch-1
...
Removing duplicate entrys
2018-12-16 23:19:15 +01:00
Jason2866
1bc93a17b0
Removing duplicate entrys
...
Options for core 2.5.0 where duplicated
2018-12-16 23:07:19 +01:00
Theo Arends
8792ea48a9
6.4.0.1 New dev release
2018-12-16 16:26:40 +01:00
Theo Arends
cb0b5f6eab
Merge branch 'master' into development
2018-12-16 16:22:04 +01:00
Theo Arends
44b45e15b3
Prep for merge
2018-12-16 16:14:56 +01:00
Theo Arends
173c19d159
Updates for release 6.4.0
...
Updates for release 6.4.0
2018-12-16 14:34:34 +01:00
Theo Arends
1f38107043
Updates for release 6.4.0
...
Updates for release 6.4.0
2018-12-16 14:28:33 +01:00
Theo Arends
f494c488a4
Prep for release
...
Prep for release
2018-12-16 13:04:46 +01:00
Theo Arends
06d42b63f4
Updates for release 6.4.0
...
Updates for release 6.4.0
2018-12-15 17:22:04 +01:00
Theo Arends
f83bcc2b89
Updates for release 6.4.0
...
Updates for release 6.4.0
2018-12-15 17:15:51 +01:00
Theo Arends
26d60e5dd7
Updates for release 6.4.0
...
Updates for release 6.4.0
2018-12-15 17:06:54 +01:00
Theo Arends
a7bc97a5af
Prep for release
...
Prep for release
2018-12-15 17:02:05 +01:00
Theo Arends
fc7c1ac6b7
Updates for release 6.4.0
...
Updates for release 6.4.0
2018-12-15 15:55:51 +01:00
Adrian Scillato
28edceec1c
Merge pull request #4630 from andrethomas/patch-1
...
New 2.5.0-2 toolchain does not like uncast bitwise
2018-12-15 11:32:00 -03:00
andrethomas2
ad614b8480
Merge pull request #4631 from andrethomas/patch-2
...
Fix NewPing-1.9.1 library.properties
2018-12-15 10:58:59 +02:00
Andre Thomas
b16c14cecf
Fix NewPing-1.9.1 library.properties
...
Fix NewPing-1.9.1 library.properties to avoid compiler warning about possibly not supporting ESP8266 whereas we know now that it does. This causes the compiler warning (which may alarm some users unnecessarily) that NewPing claims to run on avr and stm32.
2018-12-15 10:56:35 +02:00
Andre Thomas
cccaf44559
New 2.5.0-2 toolchain does not like uncast bitwise
...
The new toolchain (2.5.0-2) used from core 2.5.0 does not want bitwise operations to be performed on non-integer variables so we cast the double used in send_2byte_float() to a (long) as it should be.
2018-12-15 10:45:05 +02:00
Adrian Scillato
6d5650958d
Merge pull request #4629 from ascillato/patch-1
...
Fix HomeAssistant Temp Sensor AutoDiscovery
2018-12-15 00:00:15 -03:00
Adrian Scillato
3795667f36
Fix HomeAssistant Temp Sensor AutoDiscovery
...
https://github.com/arendst/Sonoff-Tasmota/issues/4627
2018-12-14 23:57:12 -03:00
andrethomas2
5f560bae13
Fix ArduinoOTA for Core 2.5.0
...
Fix ArduinoOTA for Core 2.5.0
2018-12-14 01:10:10 +02:00
andrethomas2
7857e9cd89
Merge pull request #4620 from ascillato/patch-1
...
Fix ArduinoOTA for Core 2.5.0 (fix is backwards compatible)
2018-12-14 01:09:24 +02:00
Adrian Scillato
dcbf5a8c94
Fix ArduinoOTA for Core 2.5.0 (fix is backwards compatible)
...
https://github.com/arendst/Sonoff-Tasmota/issues/4619
2018-12-13 23:04:48 +00:00
Theo Arends
aec8430693
Merge pull request #4618 from Jason2866/patch-1
...
Add LwIP 2 no features (Low Flash)
2018-12-13 17:24:10 +01:00
Jason2866
d8c383eb10
Add LwIP 2 no features (Low Flash)
2018-12-13 17:12:03 +01:00
Theo Arends
3a0ac29b19
Add TheoV2 sensor source
...
Add TheoV2 sensor source and information used with Rf Sensor
2018-12-13 16:44:03 +01:00
Theo Arends
26e84a139e
Merge pull request #4616 from Staars/development
...
possibility to change measurement range for MHZ-19b
2018-12-13 16:18:43 +01:00
Staars
df4f305e3a
correcting memcpy calls
2018-12-13 13:46:59 +01:00
Staars
47629a9d61
add debug code to show final command sequence
2018-12-13 12:34:51 +01:00
Theo Arends
cd2bce9127
Merge pull request #4612 from curzon01/development
...
decode-config.py: Fix `@v` filename template (#4609 )
2018-12-13 09:14:53 +01:00
Norbert Richter
20a4b1bdc3
decode-config.py: Fix `@v` filename template ( #4609 )
...
- fix restore filename auto extension
2018-12-13 06:57:44 +01:00
Theo Arends
280df942e9
Merge pull request #4607 from emontnemery/hass_light_scheme
...
Publish state message when changing effect
2018-12-12 21:58:04 +01:00
Erik
d3ccd668b0
Publish state message when changing effect
2018-12-12 20:32:10 +01:00
Theo Arends
14caf911d4
Merge pull request #4601 from localhost61/localhost61-fr.FR
...
Update fr-FR.h
2018-12-12 12:31:00 +01:00
Staars
5c613040a1
mqtt messages updated
2018-12-12 10:11:19 +01:00