Arc

Results 121 comments of Arc

Ah, OK diff files 🤩

Hmmm, works for everyone else, sounds like url issue, are you behind a big url? We have a dynamic qrcode pr in the works to get around that

Wow, didn't see this pr. Thanks, will look through later

M5StackSats takes the current market choices of PoS card terminals and replicates them for bitcoin. The usual workflow is the amount is calculated on a till, then inputted into the...

Sorry about that, we changed the api calls to LNbits a while back and I forgot to update the M5StackSats. Try it now

Thanks. Changed "qrsize - 5" to "qrsize", but left the other 2 edits as I don't think they're necessary

This returns to the concept of keeping the device simple enough for a nocoiner employee. Maybe those options should be pushed to physical features, rather than clutter the screen (red...

Added x2 functions. nodedetails, which returns the pubkey, channels, etc, and nodecheck, which takes the pubkey and checks capacity.

Both run in setup, to use what nodecheck returns:

JsonObject node = doc["node"]; long node_last_update = node["last_update"]; // 1567549590 const char* node_pub_key = node["pub_key"]; // "03d34c207eecb9045228c9f835d7a2ed950f2ba03a4f173ed6fd3a895cf00de201" const char* node_alias = node["alias"]; // "room77" const char* node_addresses_0_network = node["addresses"][0]["network"]; //...