TheThingsNetwork / arduino-device-lib

Arduino Library for TTN Devices
MIT License
208 stars 96 forks source link

Node: Set temperature resolution #71

Closed FokkeZB closed 8 years ago

FokkeZB commented 8 years ago
sensor.setResolution(R_DEGREES_0_0625); 
FokkeZB commented 8 years ago

Somehow did causes the node to brick. Maybe because we call it before setup().