upgrade to Arduino 1.8.12

master
gabrielburnworth 2020-05-15 12:39:25 -07:00
parent 60971ef782
commit faaabb365f
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ jobs:
parameters: parameters:
arduino_version: arduino_version:
description: "Arduino version" description: "Arduino version"
default: "1.8.11" default: "1.8.12"
type: string type: string
steps: steps:
- checkout - checkout

View File

@ -6,7 +6,7 @@ FBARDUINO_FIRMWARE_SRC_DIR ?= src
FBARDUINO_FIRMWARE_BUILD_DIR ?= $(BUILD_DIR)/sketch FBARDUINO_FIRMWARE_BUILD_DIR ?= $(BUILD_DIR)/sketch
FBARDUINO_FIRMWARE_LIB_BUILD_DIR ?= $(BUILD_DIR)/libraries 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 # Get current commit SHA
COMMIT_SHA := $(shell git -C $(FBARDUINO_FIRMWARE_SRC_DIR)/.. rev-parse --short=8 HEAD) COMMIT_SHA := $(shell git -C $(FBARDUINO_FIRMWARE_SRC_DIR)/.. rev-parse --short=8 HEAD)

View File

@ -41,7 +41,7 @@ Options for compiling and uploading:
* Select _Sketch_ > _Export compiled binary_. * Select _Sketch_ > _Export compiled binary_.
* The `.hex` file will save to the `src` directory. * The `.hex` file will save to the `src` directory.
* Make (Linux) * 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` * `cd farmbot-arduino-firmware`
* To compile: * To compile:
* `make` * `make`