Skip to content

Commit 1e07e06

Browse files
committed
Fix name.
1 parent 29d9c3e commit 1e07e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/NintendoSwitch/Controllers/SysbotBase/SysbotBase3_ProController.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ void ProController_SysbotBase3::push_state(const Cancellable* cancellable, WallD
214214
std::string message;
215215
message.resize(64);
216216
command.write_to_hex(message.data());
217-
message = "ccControllerState " + message + "\r\n";
217+
message = "cqControllerState " + message + "\r\n";
218218
m_connection.write_data(message);
219219

220220
if (GlobalSettings::instance().LOG_EVERYTHING){

0 commit comments

Comments
 (0)