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 Archer C6 v2 has the weird name: tp-link-archer-c6-v2-v2 (EU/RU/JP) - this is not a valid file name for pictures as it includes slashes.
tp-link-archer-c6-v2-v2 (EU/RU/JP)
For example here: https://firmware.freifunk-aachen.de/?q=TP-Link%E2%81%A3%20Archer%C2%A0C6%E2%81%A3%20v2%C2%A0(EU%2FRU%2FJP)%E2%81%A3 The proper pictures are called tp-link-archer-c6-v2.jpg or tp-link-archer-c6-v2-eu-ru-jp.jpg and are available.
tp-link-archer-c6-v2.jpg
tp-link-archer-c6-v2-eu-ru-jp.jpg
The model name should be sanitized in this case to request the tp-link-archer-c6-v2-eu-ru-jp.jpg
The alternative is to change the entry in devices.js
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The Archer C6 v2 has the weird name:
tp-link-archer-c6-v2-v2 (EU/RU/JP)
- this is not a valid file name for pictures as it includes slashes.For example here: https://firmware.freifunk-aachen.de/?q=TP-Link%E2%81%A3%20Archer%C2%A0C6%E2%81%A3%20v2%C2%A0(EU%2FRU%2FJP)%E2%81%A3
The proper pictures are called
tp-link-archer-c6-v2.jpg
ortp-link-archer-c6-v2-eu-ru-jp.jpg
and are available.The model name should be sanitized in this case to request the
tp-link-archer-c6-v2-eu-ru-jp.jpg
The alternative is to change the entry in devices.js
The text was updated successfully, but these errors were encountered: