Make the CVS Spam app (#2352)

This commit is contained in:
RocketGod 2024-11-08 13:26:04 -08:00 committed by GitHub
parent 09dff447de
commit b8a64598ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 474 additions and 1 deletions

View file

@ -30,6 +30,7 @@ const std::filesystem::path audio_dir = u"AUDIO";
const std::filesystem::path blerx_dir = u"BLERX";
const std::filesystem::path bletx_dir = u"BLETX";
const std::filesystem::path captures_dir = u"CAPTURES";
const std::filesystem::path cvsfiles_dir = u"CVSFILES";
const std::filesystem::path debug_dir = u"DEBUG";
const std::filesystem::path firmware_dir = u"FIRMWARE";
const std::filesystem::path freqman_dir = u"FREQMAN";