Antonio Carrasco
Antonio Carrasco
I found that the proxy auth options are not properly documented, since they contain a typo. Hope it helps @benoitc
Following this https://github.com/carrascoacd/ArduinoSIM800L/issues/40#issuecomment-628606309
The library restricts the response buffer size to 128bytes to optimise the memory use in small boards, but sometimes the response size is greater than 128bytes and the board and...
## Context In order to support OpenTelemetry traces with gRPC, as I didn't find any available solution across the community, I propose creating an interceptor for that purpose. ## Idea...