Brandon Vandegrift
Brandon Vandegrift
Hey @chunkysteveo thanks for posting the "frame" case prototype! I printed it out, and have taken a couple notes of things that could be adjusted:   
As a temporary fix, I added a reset button between the ground pad on the JST connector, and the RST pin on the ESP8266. Also threw on a JST connector...
@sqfmi If you're looking for better alternatives to the CH340, I'm a big fan of the SiLabs CP2104. Adafruit uses them for all their newer dev boards. High data transfer...
I've also run into that LIBUSB error randomly. Did you ever find a solution?
Hey Blake, Any update on response validation? Looking to use this feature in osprey. Thanks!
Issue: Browsers block [mixed content](https://developer.mozilla.org/en-US/docs/Web/Security/Mixed_content), which is when secure HTTPS pages call insecure HTTP urls. Because of this you'll need to add logic to: * Set the initial/default states based...