Skip to content

Commit

Permalink
Added commented-out wifi password
Browse files Browse the repository at this point in the history
  • Loading branch information
simondlevy committed Nov 30, 2018
1 parent c2ef2b9 commit 946963e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/SuperFly/SuperFly.ino
Expand Up @@ -39,7 +39,7 @@ static constexpr uint8_t CHANNEL_MAP[6] = {0,1,2,3,4,5};

hf::Hackflight h;

hf::ESP8266_Receiver rc = hf::ESP8266_Receiver(CHANNEL_MAP, "SuperFly");
hf::ESP8266_Receiver rc = hf::ESP8266_Receiver(CHANNEL_MAP, "SuperFly" /*, "Password"*/);

hf::MixerQuadX mixer;

Expand Down

0 comments on commit 946963e

Please sign in to comment.