1 parent 12356dc commit 0880125Copy full SHA for 0880125
1 file changed
code/espurna/ota_base.h
@@ -1,5 +1,8 @@
1
#pragma once
2
3
+void otaDebugProgress(unsigned int bytes);
4
+void otaDebugError();
5
+
6
bool otaBegin();
7
bool otaWrite(uint8_t* data, size_t len);
8
bool otaEnd(size_t size, unsigned char reset_reason = 0);
0 commit comments