Skip to content

Commit

Permalink
Add wifi
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Apr 15, 2024
1 parent 55fa553 commit fa9e959
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/Sandbox/templates/QrCodeExamples/complex.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
];
echo $this->Form->control('Wifi.type', ['options' => $types]);
echo $this->Form->control('Wifi.network', ['placeholder' => 'SSID']);
echo $this->Form->control('Wifi.key', ['placeholder' => 'Pwd must not contain ; characters']);
echo $this->Form->control('Wifi.key', ['placeholder' => 'Password']);
?>
</div>

Expand Down

0 comments on commit fa9e959

Please sign in to comment.