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
I have also tried to properly parse the fields of the response like so:
#[derive(AtatResp)]pubstructOTAStatus{fota: heapless::String<4>,// "FOTA"event: heapless::String<16>,// HTTPSTART, DOWNLOADING, HTTPEND, START, UPDATING, ENDarg:Option<heapless::String<16>>,// percentage for download and update, result code for httpend and endstatus1:Option<u8>,status2:Option<u8>,}
or tried to not have any fields in the struct. I always get the same errors
I am a new user of this crate so I may be missing something obvious
The text was updated successfully, but these errors were encountered:
I am failing to make a response struct that will parse to my desired URC:
Gives me some of the following errors when parsing:
I have also tried to properly parse the fields of the response like so:
or tried to not have any fields in the struct. I always get the same errors
I am a new user of this crate so I may be missing something obvious
The text was updated successfully, but these errors were encountered: