Commit 0168f14e authored by omwansafelix's avatar omwansafelix

edited script to correct build errors

parent d313ed13
...@@ -47,6 +47,8 @@ sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev ...@@ -47,6 +47,8 @@ sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev
fi fi
## Install noble ## Install noble
echo "[$0]: Installating noble... "
echo ""
npm install noble npm install noble
echo "[$0]: Installation complete. " echo "[$0]: Installation complete. "
......
## Author: Felix Omwansa ## Author: Felix Omwansa
echo "" ##return to project directory
echo "[$0]: This will open a notification dialog to detect action on the ESP32.sh"
cd .. cd ..
#installs noble #installs noble
. install_noble.sh echo ""
echo "[$0]: installing noble using install_noble.sh..."
. install_noble.sh
##run notification dialog ##run notification dialog
echo ""
echo "[$0]: This will open a notification dialog to detect action on the ESP32.sh"
echo ""
sudo node listen-notification.js sudo node listen-notification.js
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment