8 lines
93 B
C++
8 lines
93 B
C++
#pragma once
|
|
|
|
class FirmwareUpdater
|
|
{
|
|
public:
|
|
bool begin();
|
|
void checkForUpdate();
|
|
}; |