ivmarkov
ivmarkov
esp32 is the only chip which has classic BT.
Short update on the (now fixed) build failure: - Error was in the `wifi` example, not in `bt_gatt_server` which is introduced with this patch - Error only with ESP IDF...
Can you give an example of a value in `date` and a value in `time` that takes all the 16 characters? My assumption for `date` is that it should be...
Excuse my ignorance, but from where is `1.23.45-67-g1234567-dirty` is coming? In my mind, the git version should either be a tag, a branch name (not ideal!), or a sha1 hash....
But we also can't just extend the existing fields of `FirmwareInfo` as that might break older upgrades? Open to ideas how we van extend the `version`, and possibly `date` and...
> But we also can't just extend the existing fields of `FirmwareInfo` as that might break older upgrades? > > Open to ideas how we van extend the `version`, and...
> But, as far as I can see, it should not negatively affect the actual upgrading of devices as it does not affect the format of the actual binary in...
> I like the idea of getting rid of `heapless` and it makes sense to do the breaking changes in one go. We could consider just using byte arrays in...
CI fails though?
> > CI fails though? > > It seems to me this is because esp-idf-hal needs to be updated as well. No. The problem is in `eth.rs` and seems to...