Bump arduino version for IDF builds

Fixes: https://github.com/espressif/arduino-esp32/issues/708
This commit is contained in:
me-no-dev 2017-10-09 09:38:55 +03:00
parent 22d92e7b7f
commit de408d0b59

View File

@ -9,7 +9,7 @@ endif
BOOT_APP_BIN_FLASH_CMD = $(ESPTOOLPY_SERIAL) write_flash $(BOOT_APP_BIN_OFFSET) $(BOOT_APP_BIN_PATH)
ESPTOOL_ALL_FLASH_ARGS += $(BOOT_APP_BIN_OFFSET) $(BOOT_APP_BIN_PATH)
CPPFLAGS += -DARDUINO=180 -DESP32=1 -DARDUINO_ARCH_ESP32=1
CPPFLAGS += -DARDUINO=10800 -DESP32=1 -DARDUINO_ARCH_ESP32=1
boot-app0:
@echo "Rebooting to APP0"