Theo Arends
|
72e4d8f0d2
|
Update support.ino
|
2021-01-24 17:52:56 +01:00 |
Theo Arends
|
2cf463cc32
|
Merge pull request #10680 from s-hadinger/ext_printf2
Added ext_snprintf to support extended types
|
2021-01-24 17:48:06 +01:00 |
Stephan Hadinger
|
cf52f1c99e
|
Added ext_snprintf to support extended types
|
2021-01-24 16:35:36 +01:00 |
Theo Arends
|
cfb11c3529
|
Refactor gpio
|
2021-01-24 16:29:56 +01:00 |
Theo Arends
|
a6c51f1fb4
|
Final fix Device Groups Exception
|
2021-01-24 16:03:42 +01:00 |
Theo Arends
|
bc52c2fbfc
|
Quick fix Device Group Exception
Quick fix Device Group Exception (#10679)
|
2021-01-24 15:22:54 +01:00 |
Theo Arends
|
bb76052a53
|
Update support_command.ino
|
2021-01-23 18:17:55 +01:00 |
Theo Arends
|
5015409af6
|
Fix GPIO Not supported message
Fix GPIO Not supported message (#10673)
|
2021-01-23 17:59:06 +01:00 |
Theo Arends
|
26572bb850
|
Merge pull request #10677 from man-deli/tsl2591_div_by_zero_error
TSL2591 Dark Measurement Results in Divide-by-Zero Error
|
2021-01-23 17:35:01 +01:00 |
Theo Arends
|
36de07415e
|
Merge pull request #10676 from man-deli/max31865_incorrect_fahrenheit
MAX31865 Fahrenheit Units Display Incorrectly
|
2021-01-23 17:26:17 +01:00 |
Theo Arends
|
44e3a29810
|
Refactor AddLog usage
|
2021-01-23 17:24:54 +01:00 |
man-deli
|
9863e238c0
|
Correct divide-by-zero error when no light detected.
|
2021-01-23 10:19:50 -06:00 |
man-deli
|
b75fe254bf
|
Wrapping calculated temperature in ConvertTemp function to enable Fahrenheit conversion if selected.
|
2021-01-23 10:12:39 -06:00 |
Theo Arends
|
ac054ea666
|
Refactor AddLog usage
|
2021-01-23 17:10:06 +01:00 |
Theo Arends
|
efaed8046d
|
Refactor AddLog usage
|
2021-01-23 16:26:23 +01:00 |
Theo Arends
|
5b5220100d
|
Switch to new AddLog
|
2021-01-23 15:17:35 +01:00 |
Theo Arends
|
8ae28602ea
|
Merge pull request #10674 from blakadder/development
MFRC522 change to new GPIO name
|
2021-01-23 14:06:05 +01:00 |
blakadder
|
3070df5872
|
change to new GPIO name
|
2021-01-23 13:26:05 +01:00 |
Theo Arends
|
41c87fcd12
|
Restore AddLog_P logging
|
2021-01-23 13:23:35 +01:00 |
Theo Arends
|
bc384a3858
|
Restore AddLog_P to max 700 chars
Changed maximum chars in ``AddLog_P`` logging restored from 128 to 700 (MAX_LOGSZ) to solve broken error messages
|
2021-01-23 13:21:17 +01:00 |
Norbert Richter
|
009904cf3a
|
Fix Sensor83 examples
|
2021-01-23 12:50:38 +01:00 |
Theo Arends
|
84e053ab09
|
Fix compilation
|
2021-01-23 12:45:23 +01:00 |
Theo Arends
|
2f272a0a5e
|
Merge pull request #10671 from Jason2866/patch-4
Fix compile error with latest Platformio development
|
2021-01-23 12:34:22 +01:00 |
Jason2866
|
5baf9516a8
|
Add files via upload
|
2021-01-23 11:55:36 +01:00 |
Jason2866
|
3536ed9d06
|
Update library.json
|
2021-01-23 11:49:19 +01:00 |
Jason2866
|
70d0fc96e7
|
Update library.json
|
2021-01-23 11:35:52 +01:00 |
Jason2866
|
729a56de53
|
Update library.properties
|
2021-01-23 11:26:31 +01:00 |
Jason2866
|
7c437e2d6e
|
Update library.properties
|
2021-01-23 11:24:53 +01:00 |
Jason2866
|
06874afc22
|
Update library.json
|
2021-01-23 11:22:20 +01:00 |
Jason2866
|
20954d3667
|
architectures=esp8266,esp32
|
2021-01-23 11:19:01 +01:00 |
Jason2866
|
d0f580bd42
|
architectures=esp8266,esp32
|
2021-01-23 11:02:03 +01:00 |
Jason2866
|
e366c38841
|
architectures=esp8266,esp32
|
2021-01-23 11:01:28 +01:00 |
Jason2866
|
5b17cc4530
|
Update library.json
|
2021-01-23 11:00:57 +01:00 |
Jason2866
|
cd54109716
|
Update .library.json
|
2021-01-23 11:00:34 +01:00 |
Jason2866
|
0ed46fabaf
|
architectures=esp8266,esp32
|
2021-01-23 10:59:52 +01:00 |
Jason2866
|
cd0b6a4e3a
|
architectures=esp8266,esp32
|
2021-01-23 10:58:32 +01:00 |
s-hadinger
|
9f10c431e9
|
Merge pull request #10666 from s-hadinger/zigbee_autobind
Zigbee don't do auto-bind if device is already known
|
2021-01-22 18:36:54 +01:00 |
Theo Arends
|
8fc3c304aa
|
Merge pull request #10665 from Jason2866/patch-2
Optimize core2 and odroid-go settings
|
2021-01-22 18:26:40 +01:00 |
Theo Arends
|
465ace923b
|
Update xsns_22_sr04.ino
Fix compilation
|
2021-01-22 18:24:26 +01:00 |
Stephan Hadinger
|
5e5a7c8379
|
Zigbee don't do auto-bind if device is already known
|
2021-01-22 18:17:40 +01:00 |
Jason2866
|
a45efc92ae
|
Faster settings support
|
2021-01-22 17:54:04 +01:00 |
Jason2866
|
85bfacb630
|
Add files via upload
|
2021-01-22 17:45:16 +01:00 |
Jason2866
|
10a8c53736
|
Delete bootloader_dout_40m.bin
|
2021-01-22 17:44:12 +01:00 |
Jason2866
|
33ad3255e9
|
Optimize core2 and odroidgo settings
|
2021-01-22 17:39:28 +01:00 |
Theo Arends
|
6108076eec
|
Prepare feature additions
|
2021-01-22 17:15:58 +01:00 |
Theo Arends
|
9d83bcae4e
|
Update readme.txt
Updated with Silabs knowledge base info (#10596)
|
2021-01-22 17:00:39 +01:00 |
Theo Arends
|
c934a20b4f
|
Add support for TOF10120
Add support for TOF10120 time of flight sensor by Cyril Pawelko (#10190)
|
2021-01-22 16:48:41 +01:00 |
Theo Arends
|
fa0e5e8f1c
|
Merge pull request #10664 from pcdiem/dgr4
Fix full status for secondary device groups
|
2021-01-22 15:37:32 +01:00 |
Paul C Diem
|
bde7f3206e
|
Fix full status for secondary device groups
|
2021-01-22 07:53:10 -06:00 |
Theo Arends
|
7c63f3e51c
|
Merge pull request #10663 from bovirus/patch-2
Update it_IT.h
|
2021-01-22 14:04:21 +01:00 |