Patricio Whittingslow
Patricio Whittingslow
Hey again! Fixing this is high on my priority list this week. I'm thinking of breaking the Client API to reach a much better usage pattern- how would you feel...
Refactoring is done- I've yet to test changes though. Take a look over at #5
@brutella Just curious- did you manage to get up and running with the PR?
I've added a couple of hints on how to send a POST request. Basically it requires doing the same thing as a GET but the POST has the additional feature...
Hey @damongolding, I believe this is solved then?
@deadprogram Interface matches rust version, should be ready to test!
Could you try running the [bluetooth example](https://github.com/soypat/cyw43439/blob/55b66a73813e03cb1e75def5f74f914185fb835c/examples/bluetooth/main.go) in the latest version of this branch to test if it is an issue with your setup (versioning/compiler/hardware)? FYI: I'm on `tinygo version...
@deadprogram Is this ready for merge?
@deadprogram :warning: pushed a breaking change, see commit 30a39e9. Also applied your nits and expanded the returned interface. Let me know if this is good for merge!
Done! Thank you @deadprogram !