Send Senkusha Echo Command

This commit is contained in:
Florian Märkl 2019-08-09 12:44:10 +02:00
parent 0b86d62925
commit 4c216db5d2
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
9 changed files with 154 additions and 20 deletions

View file

@ -76,7 +76,7 @@ int main(int argc, char *argv[])
chiaki_connect_video_profile_preset(&connect_info.video_profile,
CHIAKI_VIDEO_RESOLUTION_PRESET_720p,
CHIAKI_VIDEO_FPS_PRESET_60);
CHIAKI_VIDEO_FPS_PRESET_30);
if(connect_info.registkey.isEmpty() || connect_info.ostype.isEmpty() || connect_info.auth.isEmpty() || connect_info.morning.isEmpty() || connect_info.did.isEmpty())
parser.showHelp(1);