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
Jens J
3824742089
invert led on kmc 70011
6 years ago
Xose Pérez
7f4e0ae2bd
Clean up AG-L4 code
6 years ago
Xose Pérez
6479e3e7d3
Merge pull request #1050 from zerog2k/dev-ag-l4
add support for AG-L4 color desk lamp
6 years ago
Xose Pérez
fba8a9f45f
Handle events in EventSensor
6 years ago
Maxim Prokhorov
2879f58fb1
Show APP_REVISION value in terminal and web
6 years ago
Jens J
ff252fc068
add support for AG-L4 color desk lamp
6 years ago
Jens J
e3089eccd6
update hardware.h doc comment about LED_MODE
LED_MODE_* defines were moved from general.h to types.h
6 years ago
Xose Pérez
35d1d4046e
Merge pull request #1035 from mcspr/alert-haschanged
Don't show alert on already set hostname
6 years ago
Xose Pérez
d2f2d9fce5
Merge pull request #1045 from InduPrakash/dev
Using correct separator
6 years ago
Xose Pérez
cc8d208b8f
Merge branch 'dev' of github.com:xoseperez/espurna into dev
6 years ago
Xose Pérez
482dc31f65
Explicitly disable ATC on RFM69 gateway ( #938 )
6 years ago
Indu Prakash
380eee72cb
Using correct separator
6 years ago
Xose Pérez
8567a99dbb
Merge pull request #1042 from mcspr/patch-2
Hotfix travis release condition
6 years ago
Xose Pérez
b5ecdfbb35
Fix Sonoff RFBridge build in Arduino IDE ( #1043 )
6 years ago
Xose Pérez
6b38815f3b
Fix variable length for millis in relay.ino module
6 years ago
Xose Pérez
76c1e48ab5
Update CHANGELOG and README to 1.13.1
6 years ago
Xose Pérez
42b8efeb79
Recover size report in build script
6 years ago
Max Prokhorov
9fdf217203
Fix travis release condition
Travis pulls tag as branch, so 'branch = master' is never true.
Use same regexp as earlier build.sh did
6 years ago
Xose Pérez
c16b38009f
Merge pull request #1008 from mcspr/build-sh-rework
build.sh rework
6 years ago
Xose Pérez
95ac8c6cd6
Merge pull request #1007 from mcspr/parallel-travis-jobs
Separate test and release stages in travis
6 years ago
Xose Pérez
44a017b2cf
New webui images
6 years ago
Xose Pérez
e45bce0115
Merge branch 'dev' of github.com:xoseperez/espurna into dev
6 years ago
Xose Pérez
d7fc603afb
Support for single pin latched relays ( #1039 )
6 years ago
Xose Pérez
484827d431
Rework debug messages for RFBRIDGE ( #1031 )
6 years ago
Xose Pérez
fcddd70c25
Merge pull request #1029 from mcspr/patch-1
Safari needs -webkit- prefix for clip-path
6 years ago
Maxim Prokhorov
6cf55da375
Don't show alert on already set hostname
6 years ago
Max Prokhorov
712cbe4942
Safari needs -webkit- prefix for clip-path
6 years ago
Xose Pérez
b44258ac41
Preliminary support for Itead Sonoff IFAN02
6 years ago
Maxim Prokhorov
064080c560
Build script rework
6 years ago
Maxim Prokhorov
5fdf4aa53d
Separate test and release stages in travis
- Revert test to being serial. Releases are using parallel jobs.
- Some cosmetic changes in build.sh
6 years ago
Xose Pérez
87859c5ad8
Update JustWifi to fix memory leak in setSoftAP
6 years ago