Commit Graph

1761 Commits

Author SHA1 Message Date
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
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
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
Xose Pérez
57bacc7470 Remove unneeded code (#911) 2018-06-12 23:44:51 +02:00
Xose Pérez
a6bd4c3be9 Merge branch 'dev' of https://github.com/Trickx/espurna into Trickx-dev 2018-06-12 23:40:44 +02:00
Xose Pérez
a11d8d6ad9 Merge branch 'dev' of github.com:xoseperez/espurna into dev 2018-06-12 23:32:48 +02:00
Xose Pérez
9f817ae2d0 Fix telnet & web debug responsiveness (#896) 2018-06-12 23:32:42 +02:00
Xose Pérez
830ed110a2 Merge pull request #913 from wildwiz/issue-885-pr
sonoff rf bridge, handling of variable protocol speeds
2018-06-12 23:31:05 +02:00
Xose Pérez
76b092cf43 Move .github folder file to root 2018-06-12 23:15:08 +02:00
Xose Pérez
ac7bf70050 Fix calibration issues in EmonSensor (#876) 2018-06-12 22:51:19 +02:00
Xose Pérez
504236382f Added pulse API, pulses in ms, topic set to /pulse/+ (#896, #902) 2018-06-12 22:08:13 +02:00
Xose Pérez
be8eb644d1 Merge branch 'mqtt-dynamic-pulse' of https://github.com/mcspr/espurna into mcspr-mqtt-dynamic-pulse 2018-06-12 21:43:30 +02:00
Xose Pérez
b75933f5e6 Merge branch 'dev' into embedis-get 2018-06-12 20:38:10 +02:00
Xose Pérez
0ef74d0dc0 Update EEPROM_Rotate to 0.9.1 and use rotate(false) before OTA 2018-06-12 13:06:55 +02:00
Xose Pérez
914488f3c0 Version 1.13.0b 2018-06-11 23:57:52 +02:00
Xose Pérez
9288f411f9 Do not write to EEPROM (rotating) after OTA to prevent image corruption 2018-06-11 23:57:37 +02:00