r-map / rmap

rete monitoraggio ambientale partecipativo documentation at https://doc.rmap.cc
https://rmap.cc
52 stars 43 forks source link

firmware: stima and i2c_th have to use json to get data with SensorDriver libray #372

Closed pat1 closed 2 years ago

pat1 commented 2 years ago
  void get(int32_t *values, uint8_t length) is a stupid method to use

change to use only:

  getJson(int32_t *values, uint8_t length, char *json_buffer, size_t json_buffer_length = JSON_BUFFER_LENGTH)