OrangeBTClock/src/data.hpp
2024-03-16 10:15:32 +01:00

12 lines
No EOL
217 B
C++

#include <Arduino.h>
#include <HTTPClient.h>
#include <ArduinoJson.h>
#include <pgmspace.h>
#include <cstring>
#include "config.hpp"
#include "shared.hpp"
uint getPrice();
String getBlock();
String getMempoolFees();