diff --git a/code/espurna/config/hardware.h b/code/espurna/config/hardware.h index 067a02dc..6dd2e260 100644 --- a/code/espurna/config/hardware.h +++ b/code/espurna/config/hardware.h @@ -2355,6 +2355,8 @@ #define EMON_ADS1X15_SUPPORT 1 #define SHT3X_I2C_SUPPORT 1 #define SI7021_SUPPORT 1 + #define PMSX003_SUPPORT 1 + #define SENSEAIR_SUPPORT 1 // A bit of lights - pin 5 @@ -2435,7 +2437,7 @@ #define MHZ19_TX_PIN 10 // PZEM004T - #define PZEM004T_SUPPORT 0 // not working? + #define PZEM004T_SUPPORT 1 #define PZEM004T_RX_PIN 11 #define PZEM004T_TX_PIN 12 @@ -2447,6 +2449,13 @@ #define GUVAS12SD_SUPPORT 1 #define GUVAS12SD_PIN 14 + // Test non-default modules + #define MDNS_CLIENT_SUPPORT 1 + #define NOFUSS_SUPPORT 1 + #define UART_MQTT_SUPPORT 1 + #define INFLUXDB_SUPPORT 1 + #define IR_SUPPORT 1 + #elif defined(TRAVIS03) // Relay provider light/my92XX @@ -2470,6 +2479,11 @@ #define EMON_ANALOG_SUPPORT 1 #endif + // Test non-default modules + #define LLMNR_SUPPORT 1 + #define NETBIOS_SUPPORT 1 + #define SSDP_SUPPORT 1 + #endif // ----------------------------------------------------------------------------- diff --git a/code/platformio.ini b/code/platformio.ini index a3018e64..5f25c995 100644 --- a/code/platformio.ini +++ b/code/platformio.ini @@ -154,7 +154,7 @@ monitor_speed = 115200 extra_scripts = ${common.extra_scripts} [env:travis02] -platform = ${common.platform} +platform = ${common.platform_172} framework = arduino board = esp12e lib_deps = ${common.lib_deps} @@ -164,7 +164,7 @@ monitor_speed = 115200 extra_scripts = ${common.extra_scripts} [env:travis03] -platform = espressif8266@1.6.0 +platform = ${common.platform_172} framework = arduino board = esp12e lib_deps = ${common.lib_deps} @@ -190,7 +190,7 @@ extra_scripts = ${common.extra_scripts} modules = ${common.modules} [env:wemos-d1mini-relayshield-ssl] -platform = espressif8266@1.6.0 +platform = ${common.platform_172} framework = arduino board = d1_mini lib_deps = ${common.lib_deps} @@ -227,7 +227,7 @@ extra_scripts = ${common.extra_scripts} modules = ${common.modules} [env:nodemcu-lolin-ssl] -platform = espressif8266@1.6.0 +platform = ${common.platform_172} framework = arduino board = nodemcuv2 lib_deps = ${common.lib_deps}