Stephen Brawner

Results 13 issues of Stephen Brawner

I believe the logic expects that `esp_now_send` will always call `tx_cb`, but I'm not sure that will happen in all error cases. That means `readyToSend` can stay false and block...

Currently `CAPACITY` in the basic_string class is listed as `const size_type CAPACITY`. For platforms that support constexpr, it wouldn't need to be part of its memory footprint if it were...

These are my two main container classes my project uses, and I noticed they don't make use of the Memory Model concept. Can I add a request that this gets...

enhancement