2023-11-08 14:27:22 +00:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <WiFi.h>
|
|
|
|
#include "shared.hpp"
|
|
|
|
|
|
|
|
int modulo(int x,int N);
|
2023-11-10 18:52:06 +00:00
|
|
|
|
|
|
|
double getSupplyAtBlock(uint blockNr);
|
|
|
|
|
2023-11-10 19:59:08 +00:00
|
|
|
String getMyHostname();
|
|
|
|
std::string formatNumberWithSuffix(int64_t num);
|