Skip to content

Commit

Permalink
Remove warnings in arduino builds
Browse files Browse the repository at this point in the history
  • Loading branch information
adumont committed Dec 18, 2018
1 parent 54f26a4 commit 41563ef
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Expand Up @@ -12,6 +12,7 @@ all:
-tools $(HOME)/.arduino15/packages \
-built-in-libraries $(ARDUINO_DIR)/libraries \
-libraries ../../libraries \
-prefs=build.warn_data_percentage=75 \
-fqbn=esp8266:esp8266:d1_mini:CpuFrequency=80,VTable=flash,FlashSize=4M1M,LwIPVariant=v2mss536,Debug=Disabled,DebugLevel=None____,FlashErase=sdk,UploadSpeed=921600 \
-ide-version=10806 \
$(INO_FILE)
1 change: 0 additions & 1 deletion Nodo/lora_mini_node_ttn_madrid_abp_puerta_abierta/Makefile
Expand Up @@ -14,6 +14,5 @@ all:
-libraries ../libraries \
-fqbn=MiniCore:avr:328:bootloader=true,variant=modelP,BOD=1v8,LTO=Os,clock=8MHz_external \
-ide-version=10806 \
-warnings=all \
-prefs=build.warn_data_percentage=75 \
$(INO_FILE)
1 change: 0 additions & 1 deletion Nodo/ttnmapper_node/Makefile
Expand Up @@ -14,6 +14,5 @@ all:
-libraries ../libraries \
-fqbn=MiniCore:avr:328:bootloader=true,variant=modelP,BOD=1v8,LTO=Os,clock=8MHz_external \
-ide-version=10806 \
-warnings=all \
-prefs=build.warn_data_percentage=75 \
$(INO_FILE)

0 comments on commit 41563ef

Please sign in to comment.