Chris Overgaauw
Chris Overgaauw
> Do you mean RAM taken when you create a wrapped socket? If you close the socket that RAM should be returned to the uPy heap automatically. (Note that on...
Hi Jimmo, I'm running into the exact same issue. I downloaded steveli's zip and exchanged the CCCD UUID for 0x2901 (bluetooth sig user description) or a 128-bit UUID and the...
The example starts working with this patch. ``` diff --git a/micropython/bluetooth/aioble/aioble/server.py b/micropython/bluetooth/aioble/aioble/server.py index b537638..baae307 100644 --- a/micropython/bluetooth/aioble/aioble/server.py +++ b/micropython/bluetooth/aioble/aioble/server.py @@ -199,6 +199,9 @@ class Characteristic(BaseCharacteristic): self._value_handle = None self._initial =...
> I added WIP to the title to indicate there is still some work to do here, and some decisions to be made. Hi George, This seems like a valuable...
That would be greatly appreciated!
When I open a new buffer with just the function in it, I get more sensible results: ``` func sortStringsByLength(arr []string) { sort.Slice(arr, func(i, j int) bool { return len(arr[i])...
some additional findings: That one line it generates seems to be a buffer. When I `:q` after `:ChatGPTCompleteCode` has completed only that line dissappears.
similar functionality works wonderfully btw. I can select the lines 7 -9 from the example and do `:ChatGPTEditWithInstructions` ask `implement this` and I get a solid response which I can...