Skip to content

Commit 0880125

Browse files
committed
ota: define missing prototypes
1 parent 12356dc commit 0880125

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

code/espurna/ota_base.h

Lines changed: 3 additions & 0 deletions
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)