RT-Thread-packages / at_device

AT component porting or samples for different devices
Apache License 2.0
214 stars 181 forks source link

Fix the stack overflow issue in sim800c #127

Closed AwenChen closed 4 years ago

AwenChen commented 4 years ago

The variable parsed_data defined in function sim800c_init_thread_entry is too small to parse the COPS, and this would cause the stack overflow. Just make it larger.