Cleanup main, use new sensor implementation

This commit is contained in:
2022-09-11 18:57:16 +02:00
parent 2208aa8672
commit 1985e72c16
4 changed files with 34 additions and 54 deletions

View File

@@ -1,8 +1,6 @@
#ifndef TEMPERATURESENSOR_H_
#define TEMPERATURESENSOR_H_
#include <boost/json.hpp>
#include <iostream>
class TemperatureSensor {