This commit is contained in:
parent
c911ef5dc9
commit
b9778447ce
|
|
@ -363,6 +363,7 @@ public class BufferDeviceImpl implements IBufferDeviceService
|
|||
dto.setRainfall(weather.getRainfall());
|
||||
dto.setEnvironmentTemperature(weather.getEnvironmentTemperature());
|
||||
dto.setEnvironmentHumidity(weather.getEnvironmentHumidity());
|
||||
log.info("weather {}",weather);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@ public class DjiService {
|
|||
|
||||
}
|
||||
|
||||
log.info("droneData:{}", droneData);
|
||||
// log.info("droneData:{}", droneData);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue