mirror of
https://github.com/jeelabs/esp-link.git
synced 2026-03-07 17:56:47 +01:00
Fixed: start web page from 0x100000 address
This commit is contained in:
committed by
Thorsten von Eicken
parent
1dab6e5d84
commit
e29291c00a
@@ -218,7 +218,7 @@ const uint32_t getUserPageSectionStart()
|
||||
case FLASH_SIZE_16M_MAP_1024_1024:
|
||||
case FLASH_SIZE_32M_MAP_512_512:
|
||||
case FLASH_SIZE_32M_MAP_1024_1024:
|
||||
return 0x0FC000;
|
||||
return 0x100000;
|
||||
default:
|
||||
return 0xFFFFFFFF;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user