Update ed64x.c

Change the first num to indicate the bootloader.
This commit is contained in:
Robin Jones 2024-09-02 23:21:51 +01:00
parent 494a1c471a
commit bd210ddc44

View File

@ -18,8 +18,8 @@ typedef enum {
// ED64_V2_0 = 320,
// ED64_V2_5 = 325,
// ED64_V3_0 = 330,
ED64_X5_0 = 450,
ED64_X7_0 = 470,
ED64_X5_0 = 550,
ED64_X7_0 = 570,
ED64_UKNOWN = 0,
} ed64x_device_variant_t;