Write function to upload mcu firmware

Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
This commit is contained in:
TheJackiMonster 2023-05-03 00:30:08 +02:00
parent 9e7d897f74
commit 70689b76a9
No known key found for this signature in database
GPG key ID: D850A5F772E880F9
2 changed files with 110 additions and 2 deletions

View file

@ -154,7 +154,7 @@ void device4_clear(device4_type* device);
int device4_read(device4_type* device, int timeout);
bool device4_update_mcu_firmware(device4_type* device, const char* path);
void device4_close(device4_type* device);