Skip to content

Commit 2a2e395

Browse files
committed
bump arduino version
1 parent e4c0e36 commit 2a2e395

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: generic
22
env:
33
global:
4-
- IDE_VERSION=1.8.5
4+
- IDE_VERSION=1.8.7
55
matrix:
66
- EXAMPLE="AdafruitHuzzahESP8266" BOARD="esp8266:esp8266:huzzah:FlashSize=4M3M,CpuFrequency=80"
77
- EXAMPLE="AdafruitHuzzahESP8266Secure" BOARD="esp8266:esp8266:huzzah:FlashSize=4M3M,CpuFrequency=80"

CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ set(SOURCE_FILES
3333
examples/ESP32DevelopmentBoardSecure/ESP32DevelopmentBoardSecure.ino
3434
src/lwmqtt
3535
src/MQTT.h
36-
src/MQTTClient.h
37-
src/system.cpp
38-
src/system.h)
36+
src/MQTTClient.h)
3937

4038
add_executable(arduino-mqtt ${SOURCE_FILES})

0 commit comments

Comments
 (0)