1
0

fixed rest on cpp; added batch endpoint

This commit is contained in:
Jose
2025-05-10 07:43:30 +02:00
parent 0ce48c18e2
commit 8dc2787b80
10 changed files with 300 additions and 260 deletions

View File

@@ -4,6 +4,8 @@
#define REST_PORT 443
#define MQTT_PORT 1883
#define GROUP_ID 1
#define MQ7_ID 1
#define BME280_ID 2
#define GPS_ID 3
@@ -48,4 +50,5 @@ void readBME280();
void readGPS();
void writeMatrix(const char *message);
void printAllData();
void sendSensorData();
uint32_t getChipID();