Skip to content

Commit

Permalink
better flasher wifi naming
Browse files Browse the repository at this point in the history
  • Loading branch information
benkuper committed Jun 22, 2024
1 parent f2edd3f commit ceac7c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Source/Prop/PropFlasher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ PropFlasher::PropFlasher() :

flashTrigger = addTrigger("Upload firmware", "Flash all connected props");
progression = addFloatParameter("Progression", "Progression", 0, 0, 1);
setWifiAfterFlash = addBoolParameter("Set Wifi After flash", "Set wifi credentials in flashed props", true);
wifiSSID = addStringParameter("Wifi SSID", "SSID for the wifi to set", "");
wifiPass = addStringParameter("Wifi Pass", "Pass for the wifi to set", "");
setAllWifiTrigger = addTrigger("Set Wifi Only", "Set wifi to all connected props");
setWifiAfterFlash = addBoolParameter("Set Wifi During flash", "Set wifi credentials in flashed props", true);
wifiSSID = addStringParameter("Name", "Name (SSID) for the wifi to set", "");
wifiPass = addStringParameter("Pass", "Password for the wifi to set", "");
setAllWifiTrigger = addTrigger("Only Set Wifi", "Set wifi to all connected props but don't flash the firmware");



Expand Down

0 comments on commit ceac7c0

Please sign in to comment.