Remove commented code

This commit is contained in:
Robert Marshall 2018-09-22 09:40:39 +01:00
parent 9ebb45cdbe
commit c8431783f5

View file

@ -14,7 +14,6 @@ class Sensors {
char *_phTopic;
float _pHStep = (PH_7_VOLTAGE - PH_4_VOLTAGE) / 3;
Adafruit_ADS1115 _ads;
//OneWire _oneWire;
DallasTemperature _ds18b20;
PubSubClient _mqttClient;