rc14193
rc14193
I am not an expert in the low level operations of BLE, but using PacketLogger on Mac I don't see the write request even being sent. The above screenshot is...
An addition, I wrote a script to try writing all the characteristics that have the write property. This I thought would eliminate the potential risk of me mistyping the UUID...
I am not sure why this changed, but when I added the response = True to the write_gatt_char call it resolved the issue. My peripheral's code has not changed. I'm...
I noticed now that the filename matches the temp name of the photo as it's listed for the photo uri from expo camera before it is saved to the library...
Trying to ping about this. Anyone have any insight?
> I'm experiencing the same issue. I need to be able to identify the image, but there is no way to change the filename at the moment. Does anyone have...
Some other remarks. At the start of your `my.bat` you use `python3.10` as the name of your python then you use just `python` later down. I have had issues with...
Has this been addressed with the addition of https://github.com/meshtastic/python/blob/master/meshtastic/ble_interface.py or is there more information on what needs to be added to that interface?
The `--test` error is caused by dotmap not being installed because in the pyprojecttoml it is marked as optional. On a `poetry install` you need the `--all-extras` flag or `--extras...
Ok I glazed over the make file. I see it uses pip by default. Maybe it's more that there needs to be a BUILD.md of some kind? The poetry lock...