Skip to content

Commit

Permalink
Update esp_app_main.c
Browse files Browse the repository at this point in the history
autoexec default was created at the wrong place!
  • Loading branch information
philippe44 committed Sep 28, 2024
1 parent cbe42b5 commit 3a5163e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/esp_app_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ const DefaultStringVal defaultStringVals[] = {
{"dhcp_tmout", "8"},
{"target", CONFIG_TARGET},
{"led_vu_config", ""},
{"autoexec", "1"},
#ifdef CONFIG_BT_SINK
{"bt_sink_pin", STR(CONFIG_BT_SINK_PIN)},
{"bt_sink_volume", "127"},
Expand All @@ -123,7 +124,6 @@ const DefaultStringVal defaultStringVals[] = {
{"a2dp_ctmt", STR(CONFIG_A2DP_CONNECT_TIMEOUT_MS)},
{"a2dp_ctrld", STR(CONFIG_A2DP_CONTROL_DELAY_MS)},
{"a2dp_sink_name", CONFIG_A2DP_SINK_NAME},
{"autoexec", "1"},
#ifdef CONFIG_AIRPLAY_SINK
{"airplay_port", CONFIG_AIRPLAY_PORT},
{"enable_airplay", STR(CONFIG_AIRPLAY_SINK)}
Expand Down

0 comments on commit 3a5163e

Please sign in to comment.