Commit Graph

1860 Commits

Author SHA1 Message Date
Xose Pérez
f93b100e8a Remove support for secondary Serial RX port (Huacanzing devices), use TELNET or WEB DEBUG instead 2018-07-01 09:03:21 +02:00
Xose Pérez
126471e2e0 Serial debug working out of configuration 2018-07-01 08:52:13 +02:00
Xose Pérez
c262066e7e Move configuration to hardware.ino 2018-07-01 07:53:26 +02:00
Xose Pérez
015744e3ff Remove device headers 2018-07-01 07:50:37 +02:00
Xose Pérez
7157f0657d Merge branch 'dev' into softcfg 2018-07-01 00:01:36 +02:00
Xose Pérez
87859c5ad8 Update JustWifi to fix memory leak in setSoftAP 2018-07-01 00:01:18 +02:00
Xose Pérez
b59966ed67 Reload relay, button and led config 2018-06-30 23:58:32 +02:00
Xose Pérez
e9d8ad7364 Load config on boot from embedded JSON file 2018-06-30 22:27:11 +02:00
Xose Pérez
448cda4b0c Devices configuration as JSON and JSON.h files 2018-06-30 22:25:16 +02:00
Xose Pérez
5bed9147be Revert grouping config in migrate.ino 2018-06-29 23:57:55 +02:00
Xose Pérez
6d28587047 Report binaries sizes on build script 2018-06-29 22:35:47 +02:00
Xose Pérez
d4022fd9ca Merge pull request #986 from lobradov/parallel-travis
Travis parallel builds
2018-06-29 22:29:26 +02:00
Xose Pérez
be8457cbc8 Merge pull request #1006 from Skaronator/patch-1
_light_mireds must be set before we return;
2018-06-29 22:28:20 +02:00
Xose Pérez
d75a0ab619 Disable NTC by default 2018-06-29 21:38:36 +02:00
Xose Pérez
8351bfe5c6 Added NTCSensor 2018-06-29 21:35:56 +02:00
Niklas Wagner
409d2f7f90 _light_mireds must be set before we return; 2018-06-29 21:25:14 +02:00
Xose Pérez
d9fd01a30d Override SET command and add backwards hacks 2018-06-29 19:50:56 +02:00
Xose Pérez
b4adf5d001 Option to take several samples with AnalogSensor 2018-06-29 19:41:25 +02:00
Xose Pérez
f4513d2fe3 Fix settings report after factory reset 2018-06-29 13:16:37 +02:00
Xose Pérez
068e4d1d9f Merge branch 'dev' into softcfg 2018-06-28 21:44:42 +02:00
Xose Pérez
e34a21ff82 Allways define i2c prototypes 2018-06-28 21:25:21 +02:00
Xose Pérez
4f245783d4 Merge branch 'dev' into softcfg 2018-06-28 21:24:10 +02:00
Xose Pérez
af47959b85 Fix return value for doClearMessage callback 2018-06-28 19:38:34 +02:00
Xose Pérez
7b0d062190 Fix RFM69 message buttons in Web UI 2018-06-28 19:30:41 +02:00
Xose Pérez
0506f97f7b Update to latest RFM69 version 2018-06-28 16:34:26 +02:00
Xose Pérez
7ce6cb5ec4 Header-only RFM69Manager, fix dependiencies 2018-06-28 15:43:09 +02:00
Xose Pérez
dad28cb00a Fix build dependencies 2018-06-28 14:29:42 +02:00
Xose Pérez
008abd619a Merge branch 'dev' into rfm69 2018-06-28 14:14:59 +02:00
Xose Pérez
152bf22fdd Option to disable button support 2018-06-28 14:08:49 +02:00
Xose Pérez
210cd8df71 Option to disable LED support 2018-06-28 14:05:38 +02:00
Xose Pérez
71f941097d Fix mismatch between memory size and layout for several boards 2018-06-28 13:46:29 +02:00
Xose Pérez
fc18bf5873 Info about an extra lightweight core version for 1MB 2018-06-28 13:45:58 +02:00
Xose Pérez
326a729011 Move common Sonoff configuration 2018-06-28 01:03:13 +02:00
Xose Pérez
2f067f77ed Prettify migrate.ino definitions 2018-06-28 00:46:27 +02:00
Xose Pérez
cc601c8d73 Check defiitions in migrate.ino 2018-06-28 00:10:19 +02:00
Xose Pérez
2339a5756a Added key check to remove unneeded keys 2018-06-27 01:43:03 +02:00
Xose Pérez
5156ce1e24 Special version 2018-06-27 00:42:18 +02:00
Xose Pérez
c7fd0025e5 Fix relay keys 2018-06-27 00:24:50 +02:00
Xose Pérez
f68985167d Do not import timestamp from config file 2018-06-26 23:48:51 +02:00
Xose Pérez
2bf3809680 Change keys in migrate module 2018-06-26 23:41:25 +02:00
Xose Pérez
d852f2a4df Fix wifi keys issues 2018-06-26 23:06:50 +02:00
Xose Pérez
6635b70aa7 Encapsulate getHostname, getPassword, webMode,... 2018-06-26 22:15:49 +02:00
Xose Pérez
62d05b77ff Key renaming, first round 2018-06-26 21:59:01 +02:00
Lazar Obradovic
87b456cb6a Travis parallel builds 2018-06-26 20:37:38 +02:00
Xose Pérez
77b35e82e9 git stMerge branch 'dev' of github.com:xoseperez/espurna into dev 2018-06-26 11:54:53 +02:00
Xose Pérez
bce6774c17 Fix crash on loading malformed settings, option to load partial configuration 2018-06-26 11:54:27 +02:00
Xose Pérez
59d4afe6cb Merge pull request #987 from gn0st1c/patch-2
Update gulpfile.js
2018-06-25 21:32:52 +02:00
gn0st1c
913a24aef6 Update web.ino
tabs to spaces for consistency
2018-06-25 22:17:25 +03:00
gn0st1c
26e25650b2 Update gulpfile.js
tabs to spaces for consistency
2018-06-25 22:15:59 +03:00
Xose Pérez
8411e7bfe6 Fix filter buttons color 2018-06-25 13:46:49 +02:00