Fix Bme680MeasurementData namespace
This commit is contained in:
parent
9bb98b222f
commit
d6204b06fe
4 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
namespace NucuCar.Sensors.EnvironmentSensor
|
||||
namespace NucuCar.Domain.Sensors
|
||||
{
|
||||
public class Bme680MeasurementData
|
||||
{
|
|
@ -6,6 +6,7 @@ using Iot.Device.Bmxx80;
|
|||
using Iot.Device.Bmxx80.PowerMode;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Microsoft.Extensions.Options;
|
||||
using NucuCar.Domain.Sensors;
|
||||
using NucuCar.Domain.Telemetry;
|
||||
using NucuCarSensorsProto;
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
using System.Collections.Generic;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Moq;
|
||||
using NucuCar.Domain.Sensors;
|
||||
using NucuCar.Sensors;
|
||||
using NucuCar.Sensors.EnvironmentSensor;
|
||||
using NucuCarSensorsProto;
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Threading.Tasks;
|
||||
using NucuCar.Domain.Sensors;
|
||||
using NucuCar.Sensors.EnvironmentSensor;
|
||||
using NucuCarSensorsProto;
|
||||
|
||||
|
|
Loading…
Reference in a new issue