Sensor BME280 + OLED 0,96" (SSD1206) + Wemos D1 Mini + aktywacja wyświetlacza przyciskiem
W konfigu GUI Generic ustawiam sobie:
Code: Select all
#define SUPLA_OTA
#define SUPLA_CONFIG
#define SUPLA_BUTTON
#define SUPLA_BME280
#define SUPLA_OLEDDałoby się to jakoś zminimalizować poprzez odpowiednie #define i #ifdef
Code: Select all
..\SuplaOled.cpp:93:23: error: 'relay' is not a member of 'Supla::GUI'
..\SuplaOled.cpp:94:9: error: 'relay' is not a member of 'Supla::GUI'
..\SuplaOled.cpp:106:8: error: 'GEOMETRY_64_48' was not declared in this scope
..\SuplaOled.cpp:114:7: error: 'relay' is not a member of 'Supla::GUI'
..\SuplaOled.cpp:159:7: error: 'GEOMETRY_64_48' was not declared in this scope
..\SuplaOled.cpp:187:7: error: 'GEOMETRY_64_48' was not declared in this scope
..\SuplaOled.cpp:211:7: error: 'GEOMETRY_64_48' was not declared in this scope
..\SuplaOled.cpp:229:37: error: 'sensorDS' is not a member of 'Supla::GUI'
..\SuplaOled.cpp:246:37: error: 'sensorSi7021Sonoff' is not a member of 'Supla::GUI'
..\SuplaOled.cpp:250:40: error: 'sensorSi7021Sonoff' is not a member of 'Supla::GUI'
..\SuplaOled.cpp:254:37: error: 'sensorDHT22' is not a member of 'Supla::GUI'
..\SuplaOled.cpp:258:40: error: 'sensorDHT22' is not a member of 'Supla::GUI'
..\SuplaOled.cpp:262:37: error: 'sensorMAX6675_K' is not a member of 'Supla::GUI'
..\SuplaOled.cpp:275:109: error: 'GEOMETRY_64_48' was not declared in this scope
..\SuplaOled.cpp:283:20: error: 'sensorDS' is not a member of 'Supla::GUI'
..\SuplaOled.cpp:283:90: error: 'sensorSi7021Sonoff' is not a member of 'Supla::GUI'
..\SuplaOled.cpp:284:21: error: 'sensorDHT22' is not a member of 'Supla::GUI'
..\SuplaOled.cpp:284:59: error: 'sensorMAX6675_K' is not a member of 'Supla::GUI'
..\SuplaOled.cpp:292:25: error: 'sensorDS' is not a member of 'Supla::GUI'
..\SuplaOled.cpp:310:25: error: 'sensorSi7021Sonoff' is not a member of 'Supla::GUI'
..\SuplaOled.cpp:319:25: error: 'sensorDHT22' is not a member of 'Supla::GUI'
..\SuplaOled.cpp:328:25: error: 'sensorMAX6675_K' is not a member of 'Supla::GUI'
