1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-03-11 04:42:20 +00:00

Establish that the AT actually wants SenseDriveStatus.

This commit is contained in:
Thomas Harte
2025-09-02 12:52:04 -04:00
parent 7042e457ab
commit 46b2db00bc

View File

@@ -211,6 +211,11 @@ public:
specify_specs_ = decoder_.specify_specs();
break;
// case Command::SenseDriveStatus: {
// // Hack attack!
// results_.serialise(
// 0x20,
// 0x00
// );
// } break;
case Command::Invalid: