From faaabb365f7f4f617f6d7782d8ab0ac185d05d36 Mon Sep 17 00:00:00 2001 From: gabrielburnworth Date: Fri, 15 May 2020 12:39:25 -0700 Subject: [PATCH] upgrade to Arduino 1.8.12 --- .circleci/config.yml | 2 +- Makefile | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a2fe1a1..4d1ff1f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ jobs: parameters: arduino_version: description: "Arduino version" - default: "1.8.11" + default: "1.8.12" type: string steps: - checkout diff --git a/Makefile b/Makefile index e9ba559..b785914 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ FBARDUINO_FIRMWARE_SRC_DIR ?= src FBARDUINO_FIRMWARE_BUILD_DIR ?= $(BUILD_DIR)/sketch FBARDUINO_FIRMWARE_LIB_BUILD_DIR ?= $(BUILD_DIR)/libraries -ARDUINO_INSTALL_DIR ?= $(HOME)/arduino-1.8.11 +ARDUINO_INSTALL_DIR ?= $(HOME)/arduino-1.8.12 # Get current commit SHA COMMIT_SHA := $(shell git -C $(FBARDUINO_FIRMWARE_SRC_DIR)/.. rev-parse --short=8 HEAD) diff --git a/README.md b/README.md index 0890958..7f601b4 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Options for compiling and uploading: * Select _Sketch_ > _Export compiled binary_. * The `.hex` file will save to the `src` directory. * Make (Linux) - * [Download the Arduino 1.8.11 IDE](https://www.arduino.cc/download_handler.php?f=/arduino-1.8.11-linux64.tar.xz) and unpack to the `/home` directory. + * [Download the Arduino 1.8.12 IDE](https://www.arduino.cc/download_handler.php?f=/arduino-1.8.12-linux64.tar.xz) and unpack to the `/home` directory. * `cd farmbot-arduino-firmware` * To compile: * `make`