Skip to content

Commit 333f562

Browse files
committed
install.sh: Set correct MODULE_NAME.
1 parent a2bab37 commit 333f562

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
LIBRARY_NAME=$(grep -m 1 name pyproject.toml | awk -F" = " '{print substr($2,2,length($2)-2)}')
3-
MODULE_NAME="grow"
3+
MODULE_NAME="bme280"
44
CONFIG_FILE=config.txt
55
CONFIG_DIR="/boot/firmware"
66
DATESTAMP=$(date "+%Y-%m-%d-%H-%M-%S")

0 commit comments

Comments
 (0)