Fixed a dozen typos. Completed the insert statement

This commit is contained in:
2017-09-07 17:45:25 +02:00
parent f4d1f248f7
commit 95bd30ec63
5 changed files with 15 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
#include "dht22.h"
void insertData(sensor *s);
void insertDataAverages(float temperature, float humidity, float gm3;
void insertDataAverages(float temperature, float humidity, float gm3, int isoutside);