Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0880125

Browse files
committedSep 18, 2019
ota: define missing prototypes
1 parent 12356dc commit 0880125

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎code/espurna/ota_base.h

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#pragma once
22

3+
void otaDebugProgress(unsigned int bytes);
4+
void otaDebugError();
5+
36
bool otaBegin();
47
bool otaWrite(uint8_t* data, size_t len);
58
bool otaEnd(size_t size, unsigned char reset_reason = 0);

0 commit comments

Comments
 (0)
Please sign in to comment.