nimaltd / gsm_v5

gsm module library for STM32 LL
GNU General Public License v3.0
232 stars 86 forks source link

gprs MQTT semicolon error #44

Open Aleksylt opened 2 years ago

Aleksylt commented 2 years ago

In gsm_gprs_mqttPublish (), the at command AT+SMPUB="topic/test send/",1,0, "{\"idx\":22, \"value\" : \"%.2f; %u; 0\"}"

returns an error. The module accepts a semicolon (;) as the end of the command. And no escaping\ does not work. Is it possible to fix this?