PlatformIO configuration

This commit is contained in:
Gunnar Skjold
2019-11-22 20:19:32 +01:00
parent 9df783d819
commit 44be5a6969
4 changed files with 35 additions and 17 deletions

View File

@@ -5,8 +5,8 @@
*/
#define HAS_DALLAS_TEMP_SENSOR 1 // Set to zero if Dallas one wire temp sensor is not present
#define IS_CUSTOM_AMS_BOARD 1 // Set to zero if using NodeMCU or board not designed by Roar Fredriksen
//#define HAS_DALLAS_TEMP_SENSOR 1 // Set to zero if Dallas one wire temp sensor is not present
//#define IS_CUSTOM_AMS_BOARD 1 // Set to zero if using NodeMCU or board not designed by Roar Fredriksen
#include <ArduinoJson.h>
#include <MQTT.h>