generated from Projetos/RaspberryPi_app
Initial commit
This commit is contained in:
17
example.env
Normal file
17
example.env
Normal file
@@ -0,0 +1,17 @@
|
||||
# .env.example - Template for environment configuration
|
||||
# Copy this to .env and update with your values
|
||||
|
||||
# Target device IP address
|
||||
TARGET_IP=192.168.1.100
|
||||
|
||||
# Target device username
|
||||
TARGET_USER=user
|
||||
|
||||
# Directory on target where executable will be stored
|
||||
TARGET_DIR=/home/user
|
||||
|
||||
# Path to your buildroot directory
|
||||
BUILDROOT_PATH=/home/user/rpi1/buildroot
|
||||
|
||||
# Name of your project executable
|
||||
PROJECT_NAME=hello-rpi
|
||||
Reference in New Issue
Block a user