From 5903512aaf14483fd32d536346105d48d93c5159 Mon Sep 17 00:00:00 2001 From: Latitude17 Date: Sat, 17 Feb 2018 22:53:18 -0700 Subject: [PATCH 1/3] Delete tasks.json --- .vscode/tasks.json | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .vscode/tasks.json diff --git a/.vscode/tasks.json b/.vscode/tasks.json deleted file mode 100644 index 383c5a7..0000000 --- a/.vscode/tasks.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - // See https://go.microsoft.com/fwlink/?LinkId=733558 - // for the documentation about the tasks.json format - "version": "2.0.0", - "tasks": [ - { - "type": "mos", - "problemMatcher": { - "owner": "cpp", - "fileLocation": ["relative", "${workspaceRoot}"], - "pattern": { - "regexp": "^(.*):(\\d+):(\\d+):\\s+(warning|error):\\s+(.*)$", - "file": 1, - "line": 2, - "column": 3, - "severity": 4, - "message": 5 - } - } - } - ] -} \ No newline at end of file From 4c6052d90662d2867ab913b6f2813a214622e4ef Mon Sep 17 00:00:00 2001 From: Jason Harrell Date: Sat, 17 Feb 2018 23:04:09 -0700 Subject: [PATCH 2/3] Added MongooseOS href --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a6b81b..6ff8787 100755 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## Overview -- Use this code with MongooseOS and the LilyGo HiGrow ESP32 Plant Monitoring Sensor board to obtain sensor readings and control LED's +- Use this code with [MongooseOS](https://mongoose-os.com/) and the LilyGo HiGrow ESP32 Plant Monitoring Sensor board to obtain sensor readings and control LED's - Boards can be purchased directly from LilyGo on [AliExpress](https://www.aliexpress.com/item/ESP32-WIFI-Bluetooth-battery-soil-Moisture-Senson-DHT/32815782900.html) - Set your device `bt_devname` in the **mos.yml** file. In order for it to work with the HiGrow app, each name should start with "Higrow". According to HiGrow, this will be fixed in a future realease. - Visit http://www.higrow.tech/en/ more info on the HiGrow project. From 3e813e21591e0cac53044513f257a2dce6c6260b Mon Sep 17 00:00:00 2001 From: Jason Harrell Date: Sat, 17 Feb 2018 23:08:35 -0700 Subject: [PATCH 3/3] Spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ff8787..de08c1d 100755 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ - Use this code with [MongooseOS](https://mongoose-os.com/) and the LilyGo HiGrow ESP32 Plant Monitoring Sensor board to obtain sensor readings and control LED's - Boards can be purchased directly from LilyGo on [AliExpress](https://www.aliexpress.com/item/ESP32-WIFI-Bluetooth-battery-soil-Moisture-Senson-DHT/32815782900.html) -- Set your device `bt_devname` in the **mos.yml** file. In order for it to work with the HiGrow app, each name should start with "Higrow". According to HiGrow, this will be fixed in a future realease. +- Set your device `bt_devname` in the **mos.yml** file. In order for it to work with the HiGrow app, each name should start with "Higrow". According to HiGrow, this will be fixed in a future release. - Visit http://www.higrow.tech/en/ more info on the HiGrow project. ## How to install this app using MongooseOS