TunerStudio: cleanup (#263)

This commit is contained in:
rusefillc 2023-06-02 00:44:01 -04:00 committed by GitHub
parent 51c2446889
commit a454635612
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 6 deletions

View File

@ -183,10 +183,6 @@ void TunerStudio::handlePageReadCommand(TsChannelBase* tsChannel, ts_response_fo
tsChannel->sendResponse(mode, addr, count);
}
void requestBurn(void) {
SaveConfiguration();
}
static void sendResponseCode(ts_response_format_e mode, TsChannelBase *tsChannel, const uint8_t responseCode) {
if (mode == TS_CRC) {
tsChannel->writeCrcPacket(responseCode, nullptr, 0);

View File

@ -27,8 +27,6 @@ void tunerStudioError(TsChannelBase* tsChannel, const char *msg);
uint8_t* getWorkingPageAddr();
void requestBurn(void);
void startTunerStudioConnectivity(void);
typedef struct {