From 2db57960b1213be516ce3762c41eca595a6144b0 Mon Sep 17 00:00:00 2001 From: Jason Harrell Date: Sat, 17 Feb 2018 23:01:37 -0700 Subject: [PATCH] MongooseOS requirement/dependency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db22df0..1a6b81b 100755 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## Overview -- Use this code with the LilyGo HiGrow ESP32 Plant Monitoring Sensor board to obtain sensor readings and control LED's +- Use this code with MongooseOS 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.