mirror of
https://github.com/anklimov/lighthub
synced 2025-12-07 12:19:49 +03:00
MQTT subscribe fix, AnalogIn fix, first attempt to compile for NRF5
This commit is contained in:
7
check_custom_build_flags_nrf52840.sh
Executable file
7
check_custom_build_flags_nrf52840.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#! /bin/bash
|
||||
export FLAGS="$FLAGS -DWiz5500"
|
||||
CUSTOM_BUILD_FLAGS_FILE=custom-build-flags/build_flags_nrf52840.sh
|
||||
if [ -f $CUSTOM_BUILD_FLAGS_FILE ]; then
|
||||
source $CUSTOM_BUILD_FLAGS_FILE
|
||||
fi
|
||||
echo $FLAGS
|
||||
Reference in New Issue
Block a user