Added InfluxDB-client library

Version 3.9.0
https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino
This commit is contained in:
2021-11-23 12:51:13 +01:00
parent 1c5a0638ed
commit 739f27c0b8
30 changed files with 3665 additions and 1 deletions

View File

@@ -4,7 +4,8 @@
#include "../DTO/packet.hpp"
void packetHandler(const Packet &packet){
// Here we have to build influx-dataseries from the packet
// Its probably a good idea to
}
#endif /* EA8E466A_DAAA_4747_9CEE_65B77A4EF694 */