summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/firmware_flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/firmware_flash.c b/apps/plugins/firmware_flash.c
index 972d998ca8..28623981c1 100644
--- a/apps/plugins/firmware_flash.c
+++ b/apps/plugins/firmware_flash.c
@@ -322,7 +322,7 @@ bool CheckPlatform(int platform_id, UINT16 version)
{ /* the range of Recorders seen so far */
return (platform_id == ID_RECORDER);
}
- else if (version == 0 || (version >= 300 && version <= 506))
+ else if (version == 0 || (version >= 300 && version <= 508))
{ /* for very old players, I've seen zero */
return (platform_id == ID_PLAYER);
}