File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Controllers/SerialPABotBase
NintendoSwitch/Controllers/SysbotBase Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ const std::map<
9292 std::map<ControllerType, ControllerFeatures>
9393 >
9494> SUPPORTED_VERSIONS{
95- {2025061202 , {
95+ {2025061205 , {
9696 {PABB_PID_PABOTBASE_ESP32, {
9797 {ControllerType::NintendoSwitch_WirelessProController, {
9898 ControllerFeature::TickPrecise,
@@ -111,7 +111,7 @@ const std::map<
111111 }},
112112 }},
113113 }},
114- {2025061304 , {
114+ {2025061306 , {
115115 {PABB_PID_PABOTBASE_ESP32S3, {
116116 {ControllerType::NintendoSwitch_WiredProController, {
117117 ControllerFeature::TickPrecise,
@@ -121,7 +121,7 @@ const std::map<
121121 }},
122122 }},
123123 }},
124- {2025061404 , {
124+ {2025061405 , {
125125 {PABB_PID_PABOTBASE_ArduinoUnoR3, {
126126 {ControllerType::NintendoSwitch_WiredProController, {
127127 ControllerFeature::TickPrecise,
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ ControllerModeStatus TcpSysbotBase_Connection::controller_mode_status() const{
109109}
110110
111111void TcpSysbotBase_Connection::write_data (const std::string& data){
112- WriteSpinLock lg (m_send_lock);
112+ WriteSpinLock lg (m_send_lock, " TcpSysbotBase_Connection::write_data() " );
113113// cout << "Sending: " << data << endl;
114114 m_socket.blocking_send (data.data (), data.size ());
115115}
You can’t perform that action at this time.
0 commit comments