Thomas Farstrike

Results 6 issues of Thomas Farstrike

The coin inhibit of the HX 616 is the bottom pin header with 2 pins, labelled "SET" on my device. Of those 2 pins, the botton one is ground and...

Fix by linking to batteries with 2-pin 1.25mm JST connectors, the old one had a 3-wire connector.

How the unification was done: ---------------------------- mkdir -p lnPoS/libraries/ cp lnPoSBareBones/lnPoSBareBones.ino lnPoS/lnPoSBareBones.cpp.h cp lnPoSM5Stack/lnPoSM5Stack.ino lnPos/lnPoSM5Stack.cpp.h cp lnPoSTdisplay/lnPoSTdisplay.ino lnPoS/lnPoSTdisplay.cpp.h cp -R lnPoSM5Stack/libraries/* lnPoS/libraries/ - built lnPoS/lnPoS.h based on headers from lnPoSBareBones/lnPoSBareBones.ino,...

- Fix fiat conversion API call compatibility with LNBits ("from" changed to "from") - Change "LNPoS", "Offline PoS", "OnChain" and "ATM" menu items to more explicit "Receive Online", "Receive Offline",...

With the Lightning Piggy, we are doing "list_transactions" with limit:1: ``` {"params":{"limit":1,"unpaid":false,"type":"incoming"},"method":"list_transactions"} ``` According to the NWC spec (NIP47): "_Transactions are returned in descending order of creation time._" so we...

bug

On ESP32, after receiving 5-10 full websocket frames, this read returns only a partial frame: ``` payload = await self.reader.read(length) ``` This is to be expected, as the read(length) call...