You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thank you for making this code. It is the only thing I've found to work on the TTGO T-call.
Is there a way to edit headers for the http requests using the modem.request method? I need to add a key to my API call.
Thank you!
The text was updated successfully, but these errors were encountered:
There is a way but requires some work. You have to edit the code to support the (Sicom proprietary) AT+SHAHEAD command. Something like it is done here (in this case to add support for setting APN username and password): #9 (comment)
Hello, thank you for making this code. It is the only thing I've found to work on the TTGO T-call.
Is there a way to edit headers for the http requests using the modem.request method? I need to add a key to my API call.
Thank you!
The text was updated successfully, but these errors were encountered: