From 6e04d6e2cc094aae7122627a96b35fb76038a17e Mon Sep 17 00:00:00 2001 From: Patrick Roth Date: Fri, 9 Oct 2020 13:24:58 +0200 Subject: update --> upgrade , more checks added Use firmware upgrade instead of update. The firmware update function does more sanity checks. --- o3000.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'o3000.h') diff --git a/o3000.h b/o3000.h index ac2127e..17aa6a5 100644 --- a/o3000.h +++ b/o3000.h @@ -92,7 +92,7 @@ int __stdcall o3000_disconnect(int id); int __stdcall o3000_send_xml(int id, const char *msg, int msg_len); -int __stdcall o3000_firmware_update(unsigned char *data, int data_len); +int __stdcall o3000_firmware_upgrade(unsigned char *data, int data_len); #if defined(__cplusplus) || defined(c_plusplus) } // extern "C" -- cgit v1.2.1