Skip to content

Commit e38b722

Browse files
committed
remove unnecessary inheritence
1 parent 7dfae12 commit e38b722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/esp32FOTA.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ enum FOTAStreamType_t
182182

183183

184184
// Main Class
185-
class esp32FOTA : public UpdateClass
185+
class esp32FOTA
186186
{
187187
public:
188188

0 commit comments

Comments
 (0)