We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The slot cannot be set for files. There is no FILE_SLOT command. For files slot is always -1:
8bit-Hub/Firmware/Hub-Mega2560/Hub-Mega2560.ino
Line 624 in 8208f6e
Unluckily, FILE_OPEN used the file ID as slot number when pushing the packet, thus this value cannot be read
Line 1421 in 8208f6e
Two solutions:
Line 1437 in 8208f6e
In the handy emulation code this is broken as well. But here both functions use a slot number.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The slot cannot be set for files. There is no FILE_SLOT command. For files slot is always -1:
8bit-Hub/Firmware/Hub-Mega2560/Hub-Mega2560.ino
Line 624 in 8208f6e
Unluckily, FILE_OPEN used the file ID as slot number when pushing the packet, thus this value cannot be read
8bit-Hub/Firmware/Hub-Mega2560/Hub-Mega2560.ino
Line 1421 in 8208f6e
Two solutions:
8bit-Hub/Firmware/Hub-Mega2560/Hub-Mega2560.ino
Line 1437 in 8208f6e
In the handy emulation code this is broken as well. But here both functions use a slot number.
The text was updated successfully, but these errors were encountered: