Commit Graph

1775 Commits

Author SHA1 Message Date
Xose Pérez
eabc45061a Remove merge marks 2018-06-21 10:13:17 +02:00
Xose Pérez
cbeb306891 Added BlitzWolf BW-SHP2 configuration to migrate module 2018-06-21 10:12:25 +02:00
Xose Pérez
ed42df275f Merge branch 'dev' into sensors 2018-06-21 10:07:54 +02:00
Xose Pérez
6fe3ef15eb Support for Bruno Horta's OnOfre board 2018-06-21 09:33:50 +02:00
Xose Pérez
303b54ee12 Fixed link between BUTTON3 and RELAY3 in IKE_ESPIKE 2018-06-21 09:18:06 +02:00
Maxim Prokhorov
bad39b22ac Show true binary size 2018-06-21 05:16:17 +00:00
Xose Pérez
a2196219f0 Update platformio 1.7.X branch 2018-06-21 00:50:43 +02:00
Xose Pérez
722b79cbe9 Merge branch 'dev' of github.com:xoseperez/espurna into dev 2018-06-21 00:40:32 +02:00
Xose Pérez
a96160f45c Merge pull request #958 from gn0st1c/patch-1
fixed some extra_script typos
2018-06-21 00:40:17 +02:00
Xose Pérez
52ca64eded Clean up builder files 2018-06-21 00:38:13 +02:00
Xose Pérez
6237847a8b Third test 2018-06-21 00:05:07 +02:00
Xose Pérez
f5a7a37940 Second test 2018-06-20 23:57:38 +02:00
Xose Pérez
9651fa5ce1 Detach gulp build from within extra_script 2018-06-20 23:46:44 +02:00
Xose Pérez
a6adeb2cd0 Fix relay switching from webui when multiple switches (#956) 2018-06-20 22:29:47 +02:00
Xose Pérez
cb63e2659b Support for BL0937 power monitoring chip with unmodified HLW8012 library (#737) 2018-06-20 21:56:24 +02:00
gn0st1c
8c1d42d9fc fixed some extra_script typos
fix some extra_script typos: missing curly bracket & duplicate.
2018-06-20 21:28:25 +03:00
Xose Pérez
2cc3060507 Merge branch 'dev' into sensors 2018-06-20 12:04:22 +02:00
Xose Pérez
b56e986e69 Support for webui_module configuration in the OTA manager 2018-06-20 12:02:57 +02:00
Xose Pérez
91f6e53efd Merge branch 'dev' into webui 2018-06-20 11:45:44 +02:00
Xose Pérez
56076dc8e1 Merge branch 'dev' into sensors 2018-06-20 11:42:19 +02:00
Xose Pérez
f4bc81b733 Fix typo 2018-06-20 11:35:30 +02:00
Xose Pérez
b105947d77 Merge branch 'dev' into ota 2018-06-20 11:26:25 +02:00
Xose Pérez
1ac653b5e7 Fix button height 2018-06-20 10:40:04 +02:00
Xose Pérez
831e80beee Build WebUI 2018-06-20 10:35:52 +02:00
Xose Pérez
8e41cd3ad0 Merge branch 'remote-webui' into webui 2018-06-20 10:30:27 +02:00
Xose Pérez
a97f6cd858 Configure webui modules for all boards 2018-06-20 10:28:41 +02:00
Xose Pérez
fc662f1a58 Merge branch 'dev' into webui 2018-06-20 10:16:07 +02:00
Xose Pérez
894e19124d Build correctly when no modules 2018-06-20 10:14:04 +02:00
Xose Pérez
32553192e5 Replaced checkboxes with pure css version 2018-06-20 09:53:50 +02:00
Xose Pérez
b53a0d0e0d Merge pull request #955 from mcspr/pio-conform-buildflags
Update build_flags to use new ldscript
2018-06-19 23:52:51 +02:00
Maxim Prokhorov
83cfb98ad5 Update build_flags to use new ldscript 2018-06-19 16:52:04 +03:00
Xose Pérez
510fa636c6 Merge branch 'dev' into remote-webui 2018-06-18 15:01:56 +02:00
Xose Pérez
1583a5810f Configure what HTML modules has each image 2018-06-18 14:44:42 +02:00
Xose Pérez
c567dd220d Merge branch 'dev' into master 2018-06-18 11:32:51 +02:00
Xose Pérez
d9b7e4fe35 Remove colorpciker js when not needed 2018-06-16 23:10:00 +02:00
Xose Pérez
79cb59b06c Adding filtering code to HTML and JS files 2018-06-16 23:00:15 +02:00
root
b9d60f6a69 Added security headers for each HTTP response 2018-06-16 09:18:08 +02:00
Xose Pérez
b7915c3643 Support connections over HTTPS via proxy (#937) 2018-06-14 11:55:54 +02:00
Xose Pérez
e80b49d5f1 Simplify mired/kelvin methods 2018-06-14 11:40:30 +02:00
Xose Pérez
d337d5212e Symbols analyzer script 2018-06-14 11:32:54 +02:00
Xose Pérez
69ac57abb4 Using alternative methods for maths, saving ~8Kb with lights 2018-06-14 11:32:35 +02:00
Xose Pérez
2a2579a7aa Refactor module and sensor listings (#896) 2018-06-13 17:52:14 +02:00
Xose Pérez
fd049416db Disable Smart Config by default to save ~23K (#932) 2018-06-13 17:30:01 +02:00
Xose Pérez
95c748e8e1 Merge pull request #930 from mcspr/clear-cfg-jsonbuf
Free jsonBuffer after printing
2018-06-13 17:19:29 +02:00
Maxim Prokhorov
415649fabb Check if codacy likes this 2018-06-13 15:59:35 +03:00
Maxim Prokhorov
2357b290a5 Use arduinojson to print to weblog 2018-06-13 15:03:07 +03:00
Maxim Prokhorov
3ca1692827 Free jsonBuffer after printing 2018-06-13 14:08:09 +03:00
Xose Pérez
74e27eebea Change pulse units (for MQTT and HTTP API) to seconds for coherence (#831) 2018-06-13 11:28:36 +02:00
Xose Pérez
59c277a802 PZEM to use hardwere serial by default 2018-06-13 11:27:41 +02:00
Xose Pérez
f651f5f18d Use double quotes in JSON for non-numeric values (#929) 2018-06-13 00:20:29 +02:00