Demagic FLASH_BUF_SIZE

This commit is contained in:
feelfree69
2026-02-15 13:28:31 +01:00
parent 3c648d5936
commit e5d23f11de
4 changed files with 17 additions and 14 deletions
+3
View File
@@ -29,6 +29,9 @@
// Size of the memory area dedicated to VLAN-names
#define VLAN_NAMES_SIZE 1024
// Size of the flash buffer used for writing to flash, must be a multiple of the flash page size (0x100)
#define FLASH_BUF_SIZE 512
// For RX data, a propriatary RTL FRAME is inserted. Instead of 0x0800 for IPv4,
// the RTL_FRAME_TAG_ID is used as part of an 8-byte tag. When VLAN is activated,
// the VLAN tag is inserted after the RTL tag