Skip to content

Commit

Permalink
Default Arduino framework version increased to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoisel committed Mar 29, 2016
1 parent 370018f commit 5d10611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arduino/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(ARDUINO_ESP8266_DIR ${ARDUINO_DIR}/packages/esp8266/hardware/esp8266/2.0.0 CACHE PATH "Path to the directory containing ESP8266 specific arduino files")
set(ARDUINO_ESP8266_DIR ${ARDUINO_DIR}/packages/esp8266/hardware/esp8266/2.1.0 CACHE PATH "Path to the directory containing ESP8266 specific arduino files")
if (ARDUINO_ESP8266_DIR STREQUAL "")
message(FATAL_ERROR "ARDUINO_ESP8266_DIR has not been set.")
endif ()
Expand Down

0 comments on commit 5d10611

Please sign in to comment.