Skip to content

Commit

Permalink
Consume latest version of codec2
Browse files Browse the repository at this point in the history
  • Loading branch information
sh123 committed Nov 13, 2023
1 parent 235a885 commit a02aa33
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion include/version.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifndef VERSION_H
#define VERSION_H

#define LORADV_VERSION "1.0.6"
#define LORADV_VERSION "1.0.7"

#endif // VERSION_H
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ lib_deps =
contrem/arduino-timer @ 3.0.1
jgromes/RadioLib @ 6.2.0
rlogiacco/CircularBuffer @ 1.3.3
sh123/esp32_codec2 @ 1.0.3
https://github.com/sh123/esp32_codec2_arduino.git#1.0.5
adafruit/Adafruit SSD1306 @ 2.5.7
igorantolic/Ai Esp32 Rotary Encoder @ 1.6
check_tool = cppcheck
Expand Down
2 changes: 0 additions & 2 deletions src/settings_menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ class SettingsAudioCodec2ModeItem : public SettingsItem {
SettingsAudioCodec2ModeItem(std::shared_ptr<Config> config)
: SettingsItem(config)
, items_{
CODEC2_MODE_450,
CODEC2_MODE_700C,
CODEC2_MODE_1200,
CODEC2_MODE_1300,
Expand All @@ -122,7 +121,6 @@ class SettingsAudioCodec2ModeItem : public SettingsItem {
CODEC2_MODE_3200
}
, map_{
{ CODEC2_MODE_450, "450" },
{ CODEC2_MODE_700C, "700" },
{ CODEC2_MODE_1200, "1200" },
{ CODEC2_MODE_1300, "1300" },
Expand Down

0 comments on commit a02aa33

Please sign in to comment.