forked from btclock/btclock_v3
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);
|