Skip to content

Commit

Permalink
Update drv_main.c
Browse files Browse the repository at this point in the history
  • Loading branch information
openshwprojects committed Mar 20, 2024
1 parent 5e4f8a2 commit c3aac4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/driver/drv_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ static driver_t g_drivers[] = {
//drvdetail:"requires":""}
{ "SM2235", SM2235_Init, NULL, NULL, NULL, NULL, NULL, false },
#endif
#if defined(PLATFORM_BEKEN) || defined(WINDOWS)

#if ENABLE_DRIVER_BMP280
//drvdetail:{"name":"BMP280",
Expand All @@ -246,6 +245,7 @@ static driver_t g_drivers[] = {
//drvdetail:"requires":""}
{ "BMP280", BMP280_Init, BMP280_OnEverySecond, BMP280_AppendInformationToHTTPIndexPage, NULL, NULL, NULL, false },
#endif
#if defined(PLATFORM_BEKEN) || defined(WINDOWS)
//drvdetail:{"name":"CHT8305",
//drvdetail:"title":"TODO",
//drvdetail:"descr":"CHT8305 is a Temperature and Humidity sensor with I2C interface.",
Expand Down Expand Up @@ -584,4 +584,4 @@ bool DRV_IsSensor() {
#else
return false;
#endif
}
}

0 comments on commit c3aac4c

Please sign in to comment.