Skip to content
New issue

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

[BUGFIX] add devices with <=32MB RAM to deprecation #73

Merged
merged 1 commit into from
Nov 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions lib/config_default.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export const config = {
},
},
deprecated: [
"TP-Link TL-WR740N/ND v1",
"A5-V11",
"AP121",
"AP121U",
"D-Link DIR-615",
Expand Down Expand Up @@ -230,7 +230,9 @@ export const config = {
"TP-Link TL-WA7210N v2",
"TP-Link TL-WA7510N v1",
"TP-Link TL-WR703N v1",
"TP-Link TL-WR710N v1",
"TP-Link TL-WR710N v2",
"TP-Link TL-WR710N v2.1",
"TP-Link TL-WR740N/ND v1",
"TP-Link TL-WR740N/ND v3",
"TP-Link TL-WR740N/ND v4",
Expand Down Expand Up @@ -270,12 +272,17 @@ export const config = {
"TP-Link TL-WR941N/ND v5",
"TP-Link TL-WR941N/ND v6",
"TP-Link TL-WR1043N/ND v1",
"A5-V11",
"D-Link DIR-615 D1",
"D-Link DIR-615 D2",
"D-Link DIR-615 D3",
"D-Link DIR-615 D4",
"D-Link DIR-615 H1",
"Ubiquiti NanoStation loco M2",
"Ubiquiti NanoStation M2",
"Ubiquiti PicoStation M2",
"Ubiquiti Bullet M",
"Ubiquiti Bullet M2",
"Ubiquiti AirRouter",
"VoCore 8M",
"VoCore 16M",
],
Expand Down