Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/driver/drv_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include "drv_hlw8112.h"
#include "drv_DCF77.h"


void DRV_MQTTServer_Init();
void DRV_MQTTServer_AppendInformationToHTTPIndexPage(http_request_t *request, int bPreState);
void DRV_MQTTServer_RunEverySecond();
Expand Down
6 changes: 3 additions & 3 deletions src/obk_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@
#define ENABLE_DRIVER_TMGN 0
#define ENABLE_DRIVER_DRAWERS 0
#define ENABLE_TASMOTA_JSON 1
// #define ENABLE_DRIVER_BMPI2C 1
#define ENABLE_DRIVER_BMPI2C 1
#define ENABLE_DRIVER_DDP 1
#define ENABLE_DRIVER_SSDP 1
#if PLATFORM_BK7231N || PLATFORM_BK7231T || PLATFORM_BK7238
Expand Down Expand Up @@ -620,14 +620,14 @@

#elif PLATFORM_ESP8266

//#define ENABLE_MULTIPINI2CSCANNER 1
#define ENABLE_MULTIPINI2CSCANNER 1
//#define ENABLE_DRIVER_MAX72XX 1
//#define ENABLE_SIMPLEEEPROM 1
//#define ENABLE_OBK_BERRY 1
//#define ENABLE_DRIVER_CHARTS 1
//#define ENABLE_DRIVER_OPENWEATHERMAP 1
//#define ENABLE_DRIVER_DHT 1

#define ENABLE_DRIVER_BMPI2C 1



Expand Down
Loading