MQTT subscribe fix, AnalogIn fix, first attempt to compile for NRF5

This commit is contained in:
2019-02-04 01:38:46 +03:00
parent 8d87f09e29
commit 064ef6f007
17 changed files with 151 additions and 38 deletions

View 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