From 41563efecdef566fbad64b657888bfe0efae0b6a Mon Sep 17 00:00:00 2001 From: Alexandre Dumont Date: Tue, 18 Dec 2018 00:24:57 +0100 Subject: [PATCH] Remove warnings in arduino builds --- .../ESP-sc-gway/Makefile | 1 + Nodo/lora_mini_node_ttn_madrid_abp_puerta_abierta/Makefile | 1 - Nodo/ttnmapper_node/Makefile | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Gateway/ESP-1ch-Gateway-v5.0.6-master-ttn-madrid/ESP-sc-gway/Makefile b/Gateway/ESP-1ch-Gateway-v5.0.6-master-ttn-madrid/ESP-sc-gway/Makefile index 0bcbb10..ce49fa9 100644 --- a/Gateway/ESP-1ch-Gateway-v5.0.6-master-ttn-madrid/ESP-sc-gway/Makefile +++ b/Gateway/ESP-1ch-Gateway-v5.0.6-master-ttn-madrid/ESP-sc-gway/Makefile @@ -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) diff --git a/Nodo/lora_mini_node_ttn_madrid_abp_puerta_abierta/Makefile b/Nodo/lora_mini_node_ttn_madrid_abp_puerta_abierta/Makefile index 2875707..79062f3 100644 --- a/Nodo/lora_mini_node_ttn_madrid_abp_puerta_abierta/Makefile +++ b/Nodo/lora_mini_node_ttn_madrid_abp_puerta_abierta/Makefile @@ -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) diff --git a/Nodo/ttnmapper_node/Makefile b/Nodo/ttnmapper_node/Makefile index fe2932b..8f5b92d 100644 --- a/Nodo/ttnmapper_node/Makefile +++ b/Nodo/ttnmapper_node/Makefile @@ -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)