Commit Graph

235 Commits

Author SHA1 Message Date
jptrsn 078413cfd1 Added TOC and troubleshoting to index. 2019-07-18 19:00:03 -04:00
Edu_Coder 8cfcc62f4d
Merge pull request #18 from jptrsn/docs
Docs
2019-07-17 12:01:17 -04:00
jptrsn d25ae8e37a Improved documentation, added troubleshooting 2019-07-17 12:00:20 -04:00
jptrsn 520337d394 Merge branch 'develop' of https://github.com/jptrsn/ESP32-mqtt-room into develop 2019-07-17 09:00:46 -04:00
jptrsn 4152e183c9 Fix for #14 OTA updates broken in 1.9.0 2019-07-17 09:00:41 -04:00
jptrsn b4ea0b788a Fix for #14 OTA updates broken in 1.9.0 2019-07-17 08:57:47 -04:00
jptrsn 93bd0440ea Merge branch 'develop' of https://github.com/jptrsn/ESP32-mqtt-room into develop 2019-07-10 23:10:29 -04:00
jptrsn a277958b5d Added zero-disable for distance. Update docs. 2019-07-10 23:09:24 -04:00
Edu_Coder 1c2c2e3db1
Merge pull request #17 from jptrsn/master
update develop
2019-07-10 23:06:45 -04:00
Edu_Coder abfe2eb844 Update issue templates 2019-07-10 20:09:46 -04:00
Edu_Coder c0b9d29ef3 Update issue templates 2019-07-10 20:06:34 -04:00
Edu_Coder 2ba2abf423
Merge pull request #16 from jptrsn/gh-pages
Updated docs
2019-07-10 19:56:00 -04:00
jptrsn fc20eb5c59 Added more information about generic BLE hardware 2019-07-10 19:51:59 -04:00
jptrsn a980f4d272 Move to gh-pages branch 2019-07-10 10:43:01 -04:00
jptrsn 1ac24e3eda Added reconnect logic when attempting to report while disconnected from MQTT. 2019-07-10 08:56:25 -04:00
jptrsn 573a815adf Updated anchor links 2019-07-03 15:57:51 -04:00
jptrsn 3b197468b1 Refactored reference to settings. Updated section anchor links 2019-07-03 15:56:18 -04:00
jptrsn b4d4358b97 Documentation updates 2019-07-03 15:53:56 -04:00
jptrsn e1a445d519 Temporary fix for OTA bug #14 2019-07-03 15:52:16 -04:00
jptrsn b6c12365dd Merge branch 'master' of https://github.com/jptrsn/ESP32-mqtt-room 2019-06-28 10:42:40 -04:00
jptrsn 141c7d488b Updated docs 2019-06-28 10:42:16 -04:00
Edu_Coder d4ef78df5d Set theme jekyll-theme-tactile 2019-06-25 15:07:41 -04:00
jptrsn cadc05f81e Merge branch 'master' of https://github.com/jptrsn/ESP32-mqtt-room 2019-06-25 15:04:56 -04:00
jptrsn fddaae47b8 Added docs folder 2019-06-25 15:04:37 -04:00
Edu_Coder 38ca1f3b56 Set theme jekyll-theme-modernist 2019-06-25 14:59:51 -04:00
Edu_Coder da5d5c1563 Set theme jekyll-theme-modernist 2019-06-25 14:59:12 -04:00
Edu_Coder c641bbf747 Set theme jekyll-theme-midnight 2019-06-25 14:58:22 -04:00
jptrsn ccade0fcfc Merge branch 'master' into develop 2019-06-25 09:16:14 -04:00
jptrsn a033864241 Modified telemetry reporting. 2019-06-25 09:13:22 -04:00
jptrsn 79ca903ba4 Fixed serial output CRLF 2019-05-21 20:45:03 -04:00
jptrsn 0e9f13ed37 Rounded distance to two decimal places 2019-05-21 20:32:12 -04:00
jptrsn f5e0f82ff0 Added telemetry JSON attributes topic. Improved reliability of scanning. Updated default scan parameters 2019-05-21 19:53:27 -04:00
jptrsn e12f950ff1 Added clarification to new settings 2019-03-29 19:47:28 -04:00
demostenes 3f2883c1bd Added minor number to iBeacon id field for compatibility with Room Assistant 2019-03-25 22:18:26 +01:00
demostenes 14733de81e Defined more scanner parameters in settings 2019-03-25 22:18:26 +01:00
jptrsn 8bff3a3683 Merge tag 'v0.0.5' into develop
yxGNY0cJWV2Y
 Write a message for tag:
2019-03-19 18:11:46 -04:00
jptrsn a1e117b33d Merge branch 'release/v0.0.5' 2019-03-19 18:08:36 -04:00
jptrsn ea3a5b943f Updating to version 0.0.5 2019-03-19 18:06:31 -04:00
jptrsn c1b427c5b6 Updated to ArduinoJson 6 2019-03-19 18:03:51 -04:00
jptrsn 2d9035e441 Merge tag 'v0.0.4' into develop
Tagging version v0.0.4 v0.0.4
2019-02-10 14:28:55 -05:00
jptrsn cc321328df Merge branch 'release/v0.0.4' 2019-02-10 14:28:51 -05:00
jptrsn fae1e8d584 Merged pr and develop branches into release 2019-02-10 14:13:03 -05:00
jptrsn ccc919cad7 Merge branch 'master' of https://github.com/jptrsn/ESP32-mqtt-room 2019-02-10 14:09:47 -05:00
jptrsn 0e8c53d36d Ignore local settings files 2019-02-10 14:09:04 -05:00
ptrsnja a9d8a0caf5
Merge pull request #6 from demostenes/update-deps
update lib_deps
2019-02-10 13:55:04 -05:00
jptrsn c376a1d7d8 Fix for asyncTCP update 2019-02-10 13:54:19 -05:00
kbogus 5da21fd561 update lib_deps
AsyncTCP was incompatible with newest ESP lib. See https://github.com/me-no-dev/AsyncTCP/issues/22
2019-02-10 13:51:10 +01:00
jptrsn 150a55cf16 Reverted introduction of crashing bug 2019-01-13 09:42:24 -05:00
jptrsn 6e5d6946a6 Set mqtt client ID to same as host name 2018-12-27 09:12:56 -05:00
jptrsn 2ab9f99798 Fix for hostname causing disconnection 2018-12-26 14:55:33 -05:00