update command table

This commit is contained in:
nino-porcino 2022-04-02 10:09:33 +02:00
parent cfce31a8b0
commit c795bc7946
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ const byte CMD_MKDIR = 14;
const byte CMD_PWD = 19;
const byte CMD_RMDIR = 15;
const byte CMD_TEST = 20;
const byte CMD_MOUNT = 21;
const byte CMD_MOUNT = 23;
const byte ERR_RESPONSE = 255;
const byte WAIT_RESPONSE = 1;