btclock_v3/src/lib/nostr_notify.hpp

18 lines
311 B
C++
Raw Normal View History

2024-07-11 22:08:42 +02:00
#pragma once
#include "shared.hpp"
#include <ArduinoJson.h>
2024-08-19 01:53:16 +02:00
#include "esp32/ESP32Platform.h"
#include "NostrEvent.h"
#include "NostrPool.h"
2024-07-11 22:08:42 +02:00
#include "price_notify.hpp"
#include "block_notify.hpp"
void setupNostrNotify();
void nostrTask(void *pvParameters);
2024-07-15 16:36:51 +02:00
void setupNostrTask();
boolean nostrConnected();