consistent config

master
Stefan Haslinger 2022-03-21 14:17:22 +01:00
parent 50bd9d7950
commit 3cb8df6177
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ defmodule SensorHub.Application do
[
{SGP30, []},
{BMP280, [i2c_address: 0x77, name: BMP280]},
{VEML6075, %{}},
{VEML6075, []},
{Finch, name: WeatherTrackerClient},
{
Publisher,