mirror of
https://github.com/QIDITECH/QIDI_Q1_Pro.git
synced 2026-01-30 23:48:43 +03:00
17 lines
206 B
C
17 lines
206 B
C
|
|
#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
|