Stefan Buys
Stefan Buys
Adds the xtensa arch to the build script. The expressif micro controllers use xtensa chips + architecture, that doesn't have 64 bit support. The esp-rs organisation has a fork of...
Hi. Hope all is well. I've encountered a parsing problem while trying to parse a GNS message from my u-blox SAM-M10Q module. I think I've narrowed it down, but some...
I was following the example in the project's readme (under esp-mbedtls heading): ```rust ... existing let mut request = client .request(reqwless::request::Method::GET, "https://www.google.com") .await .unwrap() .content_type(reqwless::headers::ContentType::TextPlain) .headers(&[("Host", "google.com")]) .send(&mut buffer) .await...