mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-07 14:12:31 -04:00
Fixes SSID value error on APX TX
Values where left bit-shifted upon being entered by the user, so resulting SSID being transmitted was a different number. This shifting was happening both on Source and Destination SSID values.
This commit is contained in:
parent
98ba332cda
commit
b22448de75
2 changed files with 3 additions and 2 deletions
|
@ -82,6 +82,7 @@ private:
|
|||
6,
|
||||
SymField::SYMFIELD_ALPHANUM
|
||||
};
|
||||
|
||||
NumberField num_ssid_dest {
|
||||
{ 19 * 8, 2 * 16 },
|
||||
2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue