mirror of
https://github.com/QIDITECH/QIDI_Q1_Pro.git
synced 2026-02-03 09:28:43 +03:00
Initial commit
This commit is contained in:
16
include/mks_update.h
Normal file
16
include/mks_update.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef MKS_UPDATE_H
|
||||
#define MKS_UPDATE_H
|
||||
|
||||
int u_disk_update();
|
||||
|
||||
bool detect_update();
|
||||
|
||||
void start_update();
|
||||
|
||||
void download_to_screen();
|
||||
|
||||
void init_download_to_screen();
|
||||
|
||||
void back_to_screen_old();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user