mirror of
https://git.btclock.dev/btclock/btclock_v3
synced 2025-06-19 05:55:06 +00:00
17 lines
325 B
C++
17 lines
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();
|