We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2bab37 commit 333f562Copy full SHA for 333f562
1 file changed
install.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
LIBRARY_NAME=$(grep -m 1 name pyproject.toml | awk -F" = " '{print substr($2,2,length($2)-2)}')
3
-MODULE_NAME="grow"
+MODULE_NAME="bme280"
4
CONFIG_FILE=config.txt
5
CONFIG_DIR="/boot/firmware"
6
DATESTAMP=$(date "+%Y-%m-%d-%H-%M-%S")
0 commit comments