removing publisher for now

master
Stefan Haslinger 2022-03-21 14:30:01 +01:00
parent 81fbefefa5
commit d576ef6233
1 changed files with 1 additions and 8 deletions

View File

@ -17,14 +17,7 @@ defmodule SensorHub.Application do
[
{SGP30, []},
{BMP280, [i2c_address: 0x77, name: BMP280]},
{VEML6075, []},
{
Publisher,
%{
sensors: sensors(),
weather_tracker_url: weather_tracker_url()
}
}
{VEML6075, []}
]
end