forked from Akcelerometry_drgania_WMT/PI_mikrokontroler
Wgranie zmian do repozytorium
This commit is contained in:
19
releases/v1.3.4.1/include/APIClient.h
Normal file
19
releases/v1.3.4.1/include/APIClient.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef APICLIENT_H
|
||||
#define APICLIENT_H
|
||||
|
||||
#include <Arduino.h>
|
||||
#include <WiFiClient.h>
|
||||
#include <HTTPClient.h>
|
||||
#include <FS.h>
|
||||
#include <SD.h>
|
||||
#include "Config.h"
|
||||
#include "Watchdog.h"
|
||||
|
||||
class APIClient {
|
||||
public:
|
||||
APIClient();
|
||||
|
||||
bool uploadMeasurement(const String& filePath);
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user