mirror of
https://github.com/anklimov/lighthub
synced 2025-12-07 12:19:49 +03:00
optional build_scripts
This commit is contained in:
9
check_custom_build_flags_mega2560.sh
Executable file
9
check_custom_build_flags_mega2560.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#! /bin/bash
|
||||
CUSTOM_BUILD_FLAGS_FILE="custom-build-flags/build_flags_mega2560.sh"
|
||||
#CUSTOM_BUILD_FLAGS_FILE="custom-build-flags/build_flags_$PIOENV.sh"
|
||||
#echo $PIOENV > custom-build-flags/1.txt
|
||||
#TODO: make one file for all envs
|
||||
if [ -f $CUSTOM_BUILD_FLAGS_FILE ]; then
|
||||
source $CUSTOM_BUILD_FLAGS_FILE
|
||||
fi
|
||||
echo $FLAGS
|
||||
Reference in New Issue
Block a user