forked from btclock/btclock_v3
Improve Nostr Zap functionality, BitAxe integration bugfix
This commit is contained in:
parent
e39a0ccc14
commit
2777637355
9 changed files with 430 additions and 116 deletions
5
lib/btclock/nostrdisplay_handler.hpp
Normal file
5
lib/btclock/nostrdisplay_handler.hpp
Normal file
|
@ -0,0 +1,5 @@
|
|||
#include <array>
|
||||
#include <string>
|
||||
#include "utils.hpp"
|
||||
|
||||
std::array<std::string, NUM_SCREENS> parseZapNotify(std::uint16_t amount, bool withSatsSymbol);
|
Loading…
Add table
Add a link
Reference in a new issue