From 9f938ab8ba5af561bd44dbc7142f338ce317a01a Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Sat, 1 Nov 2025 09:46:52 +0800 Subject: Etlas project. --- esp32/build/flash_args | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 esp32/build/flash_args (limited to 'esp32/build/flash_args') diff --git a/esp32/build/flash_args b/esp32/build/flash_args new file mode 100644 index 0000000..c8531a5 --- /dev/null +++ b/esp32/build/flash_args @@ -0,0 +1,4 @@ +--flash_mode dio --flash_freq 40m --flash_size detect +0x1000 bootloader/bootloader.bin +0x10000 atlas.bin +0x8000 partition_table/partition-table.bin -- cgit v1.2.3