Skip to content

If connecting over ip on a LAN  #13

@arcbtc

Description

@arcbtc

(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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions