Unify project description in header

This commit is contained in:
bzi 2019-02-18 22:01:30 +01:00
parent 7989a20817
commit b07b6fde6f
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* ESP 8266 environmental sensor FW
/* ESP8266 environmental sensor project
*
* This firmware provides features to use the NodeMCU ESP12 unit as an environmental sensor.
* Currently supported is the DHT22 temperature and humidity sensor.

View File

@ -1,6 +1,6 @@
/* ESP 8266 environmental sensor FW
/* ESP8266 environmental sensor project
*
* This header provides the necessary credentials for the esp_sensor_firmware.ino file.
* This header file provides the necessary credentials for the esp_sensor_firmware.ino file.
* Before compilation, add your credentials and remove the .example postfix from the filename.
* ** WARNING ** DO NOT COMMIT YOUR mqtt_credentials.h FILE CONTAINING YOUR ACTUAL CREDENTIALS.
*