diff --git a/firmware/console/binary/tunerstudio.cpp b/firmware/console/binary/tunerstudio.cpp index 47961ca..f6f8f6f 100644 --- a/firmware/console/binary/tunerstudio.cpp +++ b/firmware/console/binary/tunerstudio.cpp @@ -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); diff --git a/firmware/console/binary/tunerstudio.h b/firmware/console/binary/tunerstudio.h index 81de96b..d2c7513 100644 --- a/firmware/console/binary/tunerstudio.h +++ b/firmware/console/binary/tunerstudio.h @@ -27,8 +27,6 @@ void tunerStudioError(TsChannelBase* tsChannel, const char *msg); uint8_t* getWorkingPageAddr(); -void requestBurn(void); - void startTunerStudioConnectivity(void); typedef struct {