mirror of
https://git.btclock.dev/btclock/btclock_v3
synced 2025-05-15 10:45:49 +00:00
10 lines
210 B
C++
10 lines
210 B
C++
#include <Arduino.h>
|
|
#include <HTTPClient.h>
|
|
|
|
#include "lib/config.hpp"
|
|
#include "lib/shared.hpp"
|
|
|
|
extern TaskHandle_t priceFetchTaskHandle;
|
|
|
|
void setupPriceFetchTask();
|
|
void taskPriceFetch(void *pvParameters); |