forked from btclock/btclock_v3
9 lines
No EOL
201 B
C++
9 lines
No EOL
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); |