mirror of
https://git.btclock.dev/btclock/btclock_v3
synced 2025-05-15 18:55:51 +00:00
9 lines
201 B
C++
9 lines
201 B
C++
![]() |
#include <Arduino.h>
|
||
|
#include <HTTPClient.h>
|
||
|
#include "config.hpp"
|
||
|
#include "shared.hpp"
|
||
|
|
||
|
extern TaskHandle_t priceFetchTaskHandle;
|
||
|
|
||
|
void setupPriceFetchTask();
|
||
|
void taskPriceFetch(void *pvParameters);
|