Xose Pérez
1c116ee94b
Merge pull request #1122 from ruimarinho/feature/hardware-serial-pmsx003
Add support for hardware serial on PMSX003 devices
6 years ago
Xose Pérez
1c4ffc9ddd
Merge pull request #1121 from ruimarinho/support/remove-extra-whitespace-hardware-h
Remove extra whitespace on hardware.h
6 years ago
Xose Pérez
af4bfa7ac8
Clean up code
6 years ago
Xose Pérez
4956e69508
Merge pull request #1116 from ruimarinho/support/new-ping
Add support for NewPing
6 years ago
abmantis
cfc0f806b6
add support for shelly1 relay
6 years ago
Rui Marinho
43abc6b9d4
Add support for NewPing
* Works with many different ultrasonic sensor models: HC-SR04, SRF05,
SRF06, DYP-ME007, JSN-SR04T & Parallax PING)))™.
* Built-in digital filter method ping_median() for easy error correction
(use SONAR_ITERATIONS build flag to configure).
* Allows setting of a maximum distance where pings beyond that distance
are read as no ping or clear (use SONAR_MAX_DISTANCE build flag).
6 years ago
Rui Marinho
75c1a3675e
Fix incorrect PMS_SUPPORT reference on sensor endif
6 years ago
Rui Marinho
89caf1f39b
Add support for hardware serial on PMSX003 devices
6 years ago
Rui Marinho
fec0e5cf13
Remove extra whitespace on hardware.h
6 years ago
Xose Pérez
82405617e4
Merge pull request #1114 from ruimarinho/support/whitespace
Remove extra whitespace from sensor.ino
6 years ago
Xose Pérez
4fa1c9d1e0
Merge pull request #1118 from mcspr/1101-warnings
Fix compiler warnings
6 years ago
Xose Pérez
97617d83f3
Merge pull request #1113 from ruimarinho/board/wemos-d1mini
Add support for wemos-d1mini dev board
6 years ago
Maxim Prokhorov
17d12cdd05
Merge remote-tracking branch 'origin/dev' into HEAD
6 years ago
Maxim Prokhorov
8a0b3bca42
Fix compiler warnings
Add button definitions to the travis02 and travis03
IR_BUTTON should be uint32_t to properly work with new macro
eepromRotate return value is not used
6 years ago
Maxim Prokhorov
fab9c0f741
Force to implement BaseSensor methods that return values
6 years ago
Rui Marinho
ec21f76689
Remove extra whitespace from sensor.ino
6 years ago
Rui Marinho
f312f926b5
Add support for wemos-d1mini dev board
6 years ago
Xose Pérez
c6a38e9ebf
Merge pull request #1106 from hyteoo/dev
Added Homecube 16A
6 years ago
Teo Pavel
bcb4ef5416
Added Homecube 16A
6 years ago
Xose Pérez
f18c901c3f
Merge pull request #1092 from BauerPh/OTAProgressUpdate
OTA Progress Debug Msg only on change
6 years ago
Maxim Prokhorov
5f2a147c3e
Turn off warnings only for external code
6 years ago
Philipp Bauer
3598ce1850
OTA Progress Debug Msg only on change
6 years ago
Xose Pérez
be7f535d14
Merge branch 'dev' of github.com:xoseperez/espurna into dev
6 years ago
Xose Pérez
f9d7390b89
Merge branch 'dev' into sensors
6 years ago
Xose Pérez
2bccfb09e4
Init relay GPIO when in inverse mode to be OFF ( #1078 )
6 years ago
Xose Pérez
15ae686544
Merge pull request #1077 from mcspr/patch-3
Minor comment error in led.ino
6 years ago
Xose Pérez
363227b22a
Merge pull request #1076 from mcspr/missing-env
Improve build.sh -ota envs detection
6 years ago
Xose Pérez
167c3ab878
Merge pull request #1075 from mcspr/build-sh-errors
Fix up build.sh error handling
6 years ago
Max Prokhorov
69bfafdb2f
Minor comment error in led.ino
6 years ago
Maxim Prokhorov
25c7a00c24
Better filter for -ota envs
6 years ago
Maxim Prokhorov
a07e6a68d0
Fix -ota tag of env:itead-sonoff-dual-r2-ota
6 years ago
Maxim Prokhorov
13c051a097
Fix up build.sh error handling from #1008
* Change git detection to not accidentaly exit the shell
* Fix [ $par_build ] always being true
* Fix git-describe with shallow clone ("No tags can describe ...")
6 years ago
Xose Pérez
88d0ad7d67
Fix codacy issues in build.js
6 years ago
Xose Pérez
e0f72bee0e
Fixing look & feel
6 years ago
Xose Pérez
b37c471909
Merge branch 'dev' of github.com:xoseperez/espurna into dev
6 years ago
Xose Pérez
ae00c4e7b5
Merge pull request #1066 from Valcob/fix/webui-checkboxes
[fix]ON OFF switch in Microsoft Edge #1049
6 years ago
Xose Pérez
9078ff3404
Fix comment in PWM config
6 years ago
Xose Pérez
a1e25515a7
Merge pull request #1067 from zerog2k/jens-ag-l4-pics
add images of ag-l4
6 years ago
Xose Pérez
b1967ad399
Merge pull request #1068 from BauerPh/patch-2
Using toggle Switch (LUANI HVIO)
6 years ago
Philipp Bauer
f703b5489d
fixed typo
6 years ago
Philipp Bauer
cdbd64f737
Using toggle Switch (LUANI HVIO)
Normally you will connect a toggle switch to Luani's HVIO module.
6 years ago
zerog2k
c17e408d18
add images of ag-l4
6 years ago
userName
959bb2a598
some socket debugging escaped... sorry)
6 years ago
userName
df9fecd16a
removed blind copy/paste console.log....
improved CSS to comply with CODACY rules
6 years ago
userName
4094adbae6
changed the look and feel of the checkboxes to resolve Edge issue and bring disabled state
also minor html fixes
6 years ago
Xose Pérez
38fa1298f5
Merge pull request #1065 from BauerPh/patch-1
Update Luani Module to 1MB Flash
6 years ago
Philipp Bauer
7eb9746b15
Update Luani Module to 1MB Flash
This Module has an ESP-07 on it with only 1MB Flash!
6 years ago
Xose Pérez
34a86820fb
Merge pull request #1032 from mcspr/app-revision
Show APP_REVISION value in terminal and web
6 years ago
Xose Pérez
43679c8392
Merge pull request #1046 from zerog2k/patch-1
update hardware.h doc comment about LED_MODE
6 years ago
Xose Pérez
c3685a4a1f
Merge pull request #1056 from zerog2k/dev
invert led on kmc 70011
6 years ago