#pragma once #include "shared.hpp" #include #include "esp32/ESP32Platform.h" #include "NostrEvent.h" #include "NostrPool.h" #include "price_notify.hpp" #include "block_notify.hpp" void setupNostrNotify(); void nostrTask(void *pvParameters); void setupNostrTask(); boolean nostrConnected();