Changed Makefile for Duemilanove
This commit is contained in:
parent
9e002b7188
commit
6c7bf03351
1 changed files with 6 additions and 1 deletions
|
@ -67,13 +67,18 @@
|
||||||
|
|
||||||
MAKE_DIR := $(PWD)
|
MAKE_DIR := $(PWD)
|
||||||
#
|
#
|
||||||
|
# List all FQBNs:
|
||||||
|
# arduino-cli board listall
|
||||||
|
#
|
||||||
# ----- setup wor Wemos D1 mini -----
|
# ----- setup wor Wemos D1 mini -----
|
||||||
#FQBN ?= esp8266:esp8266:d1_mini
|
#FQBN ?= esp8266:esp8266:d1_mini
|
||||||
#IOT_NAME ?= esp8266-meteo
|
#IOT_NAME ?= esp8266-meteo
|
||||||
#OTA_PORT ?= 8266
|
#OTA_PORT ?= 8266
|
||||||
#OTA_PASS ?=
|
#OTA_PASS ?=
|
||||||
# ----- setup for Arduino Uno
|
# ----- setup for Arduino Uno
|
||||||
FQBN ?= arduino:avr:uno
|
#FQBN ?= arduino:avr:uno
|
||||||
|
# ----- setup for Arduino Duemilanove or Diecimila
|
||||||
|
FQBN ?= arduino:avr:diecimila
|
||||||
# ----- ---------------------
|
# ----- ---------------------
|
||||||
V ?= 0
|
V ?= 0
|
||||||
VFLAG =
|
VFLAG =
|
||||||
|
|
Loading…
Reference in a new issue