OtagoPolytechnic / Cloudy-with-a-Chance-of-LoRa

2024 S2 Studio 5/6 Weather Station Team
2 stars 2 forks source link

Adapt Recieve-data #81

Closed fuzzyers closed 1 month ago

fuzzyers commented 2 months ago

We need to adapt the recieve datafunction to be able to read all the postential data we want to send it.

This can be achieved by adapting the route to have a declaration for all the datatypes We will then have a conditonal for if each data type isnt null and then that will call a database function for that type

fuzzyers commented 2 months ago

It will now take data from the dust sensor and put it into the database