GPRS_C_SDK_DOC icon indicating copy to clipboard operation
GPRS_C_SDK_DOC copied to clipboard

doc of https://github.com/Ai-Thinker-Open/GPRS_C_SDK

Results 7 GPRS_C_SDK_DOC issues
Sort by recently updated
recently updated
newest added

I have tried to use HTTP but the HTTP response takes long time to load and also its loading the unnecessary headers. ![A9G-1](https://user-images.githubusercontent.com/69628251/152332518-db380a67-ae49-4a14-82fc-9bba97f05b8f.jpg) ![A9H-Headers](https://user-images.githubusercontent.com/69628251/152332524-66c7c581-fafa-45fd-bdcb-b8b94da70e99.jpeg)

I try to download the last version of CSDTK because when I try to upload, the error "bignum too big to convert into long" and I read that this is...

Unable to download schematic of pudding board. Need for figure out if I can use GPS in the same time with UART2

Hi, I try to find an example of how to use the AT+SLEEP command in order to change the sleep mode of an [A9G development board](https://www.banggood.com/A9G-Development-Board-GPRS-GPS-Module-Core-Board-Pudding-SMS-Voice-Wireless-Data-Transmission-IOT-with-Antenna-p-1504024.html) . I am sending...

3.8. MQTT_SetInPubCallback void MQTT_SetInPubCallback(MQTT_Client_t* client, MQTT_InPub_Callback_t inpubCallback, MQTT_InPub_Data_Callback_t dataInpubCallback, void* arg); 功能 设置MQTT接收到订阅的消息时的回调函数 参数 client:MQTT客户端对象 _**inpubCallback:接收到订阅消息时的回调函数 dataInpubCallback:接收到订阅消息时的消息体回调函数**_ arg:需要传递给成功回调函数的参数 能否将这两个回调函数合并为一个吗,两个感觉不太方便,因为有时接收到数据需要根据topic 来区分是哪个主题发送来的数据,如果分开的话,需要定义一个全局变量,然后在接收消息体里再判断主题,这样不如合并为一个回调函数,需要哪个参数就用哪个参数,不知这样是否可行,否则有其它的办法。 谢谢!