mirror of
https://github.com/m5stack/StackChan.git
synced 2026-04-27 19:12:40 +00:00
17 lines
258 B
C
17 lines
258 B
C
/*
|
|
* SPDX-FileCopyrightText: 2026 M5Stack Technology CO LTD
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void start_ota_update(const char* url, void (*on_progress)(int progress));
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|