M5StackSats icon indicating copy to clipboard operation
M5StackSats copied to clipboard

If connecting over ip on a LAN

Open arcbtc opened this issue 6 years ago • 0 comments

(ie const char* server = "10.xxx.xxx.xxx;) Find replace client.setCACert(test_root_ca); to //client.setCACert(test_root_ca); In reqinvoice function replace String topost = "{\"value\...... with:

 String topost = "{\"value\": \""+ value 
+"\", \"memo\": \""+ memo + String(random(1,1000)) 
+"\", \"expiry\": \"1000\","+
+"\"private\": true}";

find replace M5.Lcd.qrcode(payreq,45,0,240,10); to M5.Lcd.qrcode(payreq,45,0,240,14);

arcbtc avatar Sep 30 '19 20:09 arcbtc