fix: partition layout
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Spore 🍄 hehehehe </title>
|
||||
<title>Spore</title>
|
||||
<style>
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
||||
|
||||
@@ -27,13 +27,8 @@ monitor_speed = 115200
|
||||
board_build.f_cpu = 80000000L
|
||||
board_build.flash_mode = qio
|
||||
board_build.filesystem = littlefs
|
||||
;board_build.ldscript = eagle.flash.1m256.ld
|
||||
;board_build.partitions = partitions_ota_1M.csv
|
||||
;board_build.partitions = partitions_lfs.csv
|
||||
#board_build.filesystem_image_size = 0x9000
|
||||
|
||||
#build_flags = -DESP8266_PARTITION_TABLE_OFFSET=0x8000
|
||||
# -DESP8266_PARTITION_TABLE_FILE=\"partitions_lfs.csv\"
|
||||
; note: somehow partition table is not working, so we need to use the ldscript
|
||||
board_build.ldscript = eagle.flash.1m64.ld ; 64KB -> FS Size
|
||||
lib_deps = ${common.lib_deps}
|
||||
build_src_filter =
|
||||
+<examples/base/*.cpp>
|
||||
|
||||
Reference in New Issue
Block a user