btclock_v3/src/lib/nostr_notify.hpp

17 lines
No EOL
325 B
C++

#pragma once
#include "shared.hpp"
#include <ArduinoJson.h>
#include <esp32/ESP32Platform.h>
#include <NostrEvent.h>
#include <NostrPool.h>
#include <Transport.h>
#include <Utils.h>
#include "price_notify.hpp"
#include "block_notify.hpp"
void setupNostrNotify();
void nostrTask(void *pvParameters);
void setupNostrTask();