Commit Graph

748 Commits

Author SHA1 Message Date
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
jptrsn 8ed3b2eedd Stability improvements 2018-12-18 20:53:46 -05:00
jptrsn e4ba533d41 fix for health topic bug 2018-12-12 08:34:58 -05:00
jptrsn e090524a65 Check for mqtt connected before attempting to send report 2018-12-11 21:38:34 -05:00
jptrsn fe585ebf0e Added scan duration parameter to settings 2018-12-10 23:29:24 -05:00
jptrsn 52b788bbb3 Merge tag 'v0.0.3' into develop
v0.0.3
2018-12-10 16:32:34 -05:00
jptrsn 21067860f5 Merge branch 'release/v0.0.3' 2018-12-10 16:30:51 -05:00
jptrsn c386b24fde OTA support for PlatformIO cli 2018-12-10 16:29:24 -05:00
jptrsn 6100572b1f updated readme 2018-12-10 15:06:30 -05:00
jptrsn f73aa18c34 Added missing config parameter for LWT topic 2018-12-10 14:21:06 -05:00
jptrsn 221bbe0f91 Merge tag 'v0.0.2' into develop
v0.0.2
2018-12-10 14:13:37 -05:00
jptrsn 3a39be597e Updated readme to include instructions to duplicate settings file locally 2018-12-10 14:08:30 -05:00
jptrsn 1a187c0150 Merge branch 'release/v0.0.2' 2018-12-10 14:04:45 -05:00
jptrsn 2647b2b25e Updated documentation 2018-12-10 13:54:02 -05:00
jptrsn 259873a086 Ignore .dblite files 2018-12-10 13:50:32 -05:00
jptrsn 01cb7fb8e7 Async scan and reporting. Improved stability (continues to panic, self reset functional) 2018-12-07 14:39:50 -05:00
jptrsn b213353e24 Updated readme 2018-10-17 10:00:35 -04:00
jptrsn 83716b00b4 Merge branch 'release/v0.0.1' 2018-10-13 17:50:59 -04:00
jptrsn 01181e546f Merge branch 'feature/async-mqtt' into develop 2018-10-13 17:43:14 -04:00
jptrsn 43bce879e0 added attribution link to forked files 2018-10-12 22:44:43 -04:00
jptrsn f0a15b632d connected to mqtt server. modified config 2018-10-12 22:39:31 -04:00
jptrsn c1ec26b9de successful compile and upload 2018-10-12 22:25:00 -04:00
jptrsn 5919cf79c5 Initial copy/paste from async mqtt example 2018-10-12 22:11:18 -04:00
jptrsn e147acb3cb removed .idea from repository 2018-10-12 21:45:58 -04:00
jptrsn 2998995187 ignore .idea 2018-10-12 21:43:22 -04:00
jptrsn 3c24cea706 platformio functionality - moved libraries into folder 2018-10-12 21:37:56 -04:00
ptrsnja 1c7425f211
Merge pull request #2 from kylegordon/master
Initial PlatformIO and Travis support
2018-10-05 22:30:39 -04:00
Kyle Gordon 3782198d54 2M board maybe? 2018-10-05 22:12:45 +01:00
Kyle Gordon 87db536cfb Initial PlatformIO and Travis support 2018-10-05 21:41:25 +01:00
jptrsn ff32c0d1c6 WIP 2018-10-05 11:21:18 -04:00
jptrsn 12147c6df2 Updated formatting 2018-10-03 16:53:25 -04:00
jptrsn 6dc77df498 Fix to watchdog timeout 2018-10-02 19:17:40 -04:00
jptrsn 1057cfb19a Basic functionality implemented 2018-10-01 20:01:29 -04:00
jptrsn 989a82ed0e Initial commit 2018-10-01 17:26:07 -04:00
jptrsn a81cbda7ea Added .gitignore 2018-10-01 17:25:29 -04:00
ptrsnja f045f90f83
Initial commit 2018-10-01 16:26:59 -04:00