elementzonline / SIM800_MQTT

Visit our blog/website for more information
http://www.elementzonline.com
GNU General Public License v3.0
170 stars 96 forks source link

error when compiling #43

Closed aria-joozani closed 3 years ago

aria-joozani commented 3 years ago

hi I get this erro when i compile the for arduino uno In function 'void serialEvent()': error: 'class GSM_MQTT' has no member named 'MQTT_flag'; did you mean 'MQTT_Flag'? MQTT.MQTT_flag = false; ^~~~~ MQTT_Flag should I change the MQTT_flag to MQTT_Flag ??

raleortiz commented 3 years ago

GSM_MQTT.cpp:686:25: error: '_delay_us' was not declared in this scope _delay_us(10);

yashwanthkotla commented 3 years ago

Modify MQTT_flag to MQTT_Flag

elementzonline commented 3 years ago

Pull request #45 merged