Skip to content

Commit

Permalink
Maybe actually fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
MUSTARDTIGERFPV committed Jul 19, 2024
1 parent f5b0982 commit c6d1f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Vrx_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ void SetupEspNow();

/////////////////////////////////////

void RebootIntoWifi()
void RebootIntoWifi(wifi_service_t service = WIFI_SERVICE_UPDATE)
{
DBGLN("Rebooting into wifi update mode...");
config.SetStartWiFiOnBoot(true);
Expand Down

0 comments on commit c6d1f1f

Please sign in to comment.