Initial commit

This commit is contained in:
Projetos
2026-01-18 22:02:57 -03:00
commit a391726ee8
9 changed files with 433 additions and 0 deletions

17
example.env Normal file
View 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