diff --git a/esp_sensor_firmware/esp_sensor_firmware.ino b/esp_sensor_firmware/esp_sensor_firmware.ino index 20cf36d..284f76f 100644 --- a/esp_sensor_firmware/esp_sensor_firmware.ino +++ b/esp_sensor_firmware/esp_sensor_firmware.ino @@ -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. diff --git a/esp_sensor_firmware/mqtt_credentials.h.example b/esp_sensor_firmware/mqtt_credentials.h.example index d7385de..a256df2 100644 --- a/esp_sensor_firmware/mqtt_credentials.h.example +++ b/esp_sensor_firmware/mqtt_credentials.h.example @@ -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. *