Skip to content

Commit

Permalink
node-wifi-mqtt: Fix Makefile for ESP8266 reported not to work on Ubun…
Browse files Browse the repository at this point in the history
…tu 16.10
  • Loading branch information
amotl committed Apr 2, 2017
1 parent 10c3073 commit 363d36f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.rst
Expand Up @@ -11,6 +11,7 @@ in-progress
===========
- :ref:`scale-adjust-firmware`: Make `scale-adjust-hx711.ino`_ compile against Espressif/ESP8266
- :ref:`generic-firmware`: Reduce loop interval when being in bootstrap phase
- :ref:`node-wifi-mqtt`: Fix Makefile for ESP8266 reported not to work on Ubuntu 16.10. Thanks, Matthias!


2017-03-31 0.14.0
Expand Down
3 changes: 2 additions & 1 deletion node-wifi-mqtt/Makefile
Expand Up @@ -14,7 +14,8 @@ LIBS = \
$(ESP_LIBS)/Wire \
$(ESP_LIBS)/ESP8266WiFi \
$(ESP_LIBS)/ESP8266HTTPClient \
../libraries/Adafruit_MQTT_Library/*.{h,cpp} \
../libraries/Adafruit_MQTT_Library/*.h \
../libraries/Adafruit_MQTT_Library/*.cpp \
../libraries/ArduinoJson/include \
../libraries/OneWire \
../libraries/DallasTemperature \
Expand Down

0 comments on commit 363d36f

Please sign in to comment.