ssshake / vintage-computer-wifi-modem

TheOldNet.com WIFI Modem Emulator
GNU General Public License v3.0
82 stars 15 forks source link

Add support for Hayes ATQ quiet mode command #6

Closed tssva closed 3 years ago

tssva commented 3 years ago

Removes custom ATV2 silent command and adds standard Hayes AT command ATQ for controlling quiet mode.

The EEPROM settings version is updated since a new flag is being stored. Upon detecting the old EEPROM setting number the code updates the EEPROM settings to include a value for quietMode and the new version info. If ATV is already set to 2, silent mode, it will change it to 0 and set Q to 1 so responses continue to be silent. If Vis not set to 2 it is not touched and Q is set to the default of 0.

cml37 commented 3 years ago

@ssshake here's the change! @tssva very kindly offered to make a PR to pull this back in.

ssshake commented 3 years ago

Thanks for the contribution!