Skip to content

Commit

Permalink
Online Flashing tool working
Browse files Browse the repository at this point in the history
Added release v1.5 and v2.0RC2
  • Loading branch information
seeul8er committed Aug 17, 2024
1 parent 873bf8a commit 67e93e8
Show file tree
Hide file tree
Showing 60 changed files with 1,225 additions and 30 deletions.
78 changes: 77 additions & 1 deletion css/dronebridge.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/dronebridge.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added db_releases/1_5/esp32/bootloader.bin
Binary file not shown.
Binary file added db_releases/1_5/esp32/db_esp32.bin
Binary file not shown.
5 changes: 5 additions & 0 deletions db_releases/1_5/esp32/flash_args.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
--flash_mode dio --flash_freq 40m --flash_size 2MB
0x1000 bootloader/bootloader.bin
0x10000 db_esp32.bin
0x8000 partition_table/partition-table.bin
0x110000 www.bin
Binary file added db_releases/1_5/esp32/partition-table.bin
Binary file not shown.
Binary file added db_releases/1_5/esp32/www.bin
Binary file not shown.
Binary file added db_releases/1_5/esp32c3/bootloader.bin
Binary file not shown.
Binary file added db_releases/1_5/esp32c3/db_esp32.bin
Binary file not shown.
5 changes: 5 additions & 0 deletions db_releases/1_5/esp32c3/flash_args.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
--flash_mode dio --flash_freq 80m --flash_size 2MB
0x0 bootloader/bootloader.bin
0x10000 db_esp32.bin
0x8000 partition_table/partition-table.bin
0x110000 www.bin
Binary file added db_releases/1_5/esp32c3/partition-table.bin
Binary file not shown.
Binary file added db_releases/1_5/esp32c3/www.bin
Binary file not shown.
Binary file added db_releases/1_5/esp32s2/bootloader.bin
Binary file not shown.
Binary file added db_releases/1_5/esp32s2/db_esp32.bin
Binary file not shown.
5 changes: 5 additions & 0 deletions db_releases/1_5/esp32s2/flash_args.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
--flash_mode dio --flash_freq 80m --flash_size 2MB
0x1000 bootloader/bootloader.bin
0x10000 db_esp32.bin
0x8000 partition_table/partition-table.bin
0x110000 www.bin
Binary file added db_releases/1_5/esp32s2/partition-table.bin
Binary file not shown.
Binary file added db_releases/1_5/esp32s2/www.bin
Binary file not shown.
Binary file added db_releases/1_5/esp32s3/bootloader.bin
Binary file not shown.
Binary file added db_releases/1_5/esp32s3/db_esp32.bin
Binary file not shown.
5 changes: 5 additions & 0 deletions db_releases/1_5/esp32s3/flash_args.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
--flash_mode dio --flash_freq 80m --flash_size 2MB
0x0 bootloader/bootloader.bin
0x10000 db_esp32.bin
0x8000 partition_table/partition-table.bin
0x110000 www.bin
Binary file added db_releases/1_5/esp32s3/partition-table.bin
Binary file not shown.
Binary file added db_releases/1_5/esp32s3/www.bin
Binary file not shown.
Binary file added db_releases/2_0RC2/esp32/bootloader.bin
Binary file not shown.
Binary file added db_releases/2_0RC2/esp32/db_esp32.bin
Binary file not shown.
5 changes: 5 additions & 0 deletions db_releases/2_0RC2/esp32/flash_args.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
--flash_mode dio --flash_freq 40m --flash_size 2MB
0x1000 bootloader/bootloader.bin
0x10000 db_esp32.bin
0x8000 partition_table/partition-table.bin
0x190000 www.bin
Binary file added db_releases/2_0RC2/esp32/partition-table.bin
Binary file not shown.
Binary file added db_releases/2_0RC2/esp32/www.bin
Binary file not shown.
Binary file added db_releases/2_0RC2/esp32c3/bootloader.bin
Binary file not shown.
Binary file added db_releases/2_0RC2/esp32c3/db_esp32.bin
Binary file not shown.
5 changes: 5 additions & 0 deletions db_releases/2_0RC2/esp32c3/flash_args.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
--flash_mode dio --flash_freq 80m --flash_size 2MB
0x0 bootloader/bootloader.bin
0x10000 db_esp32.bin
0x8000 partition_table/partition-table.bin
0x190000 www.bin
Binary file not shown.
Binary file added db_releases/2_0RC2/esp32c3/www.bin
Binary file not shown.
Binary file not shown.
Binary file added db_releases/2_0RC2/esp32c3_USBSerial/db_esp32.bin
Binary file not shown.
5 changes: 5 additions & 0 deletions db_releases/2_0RC2/esp32c3_USBSerial/flash_args.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
--flash_mode dio --flash_freq 80m --flash_size 2MB
0x0 bootloader/bootloader.bin
0x10000 db_esp32.bin
0x8000 partition_table/partition-table.bin
0x190000 www.bin
Binary file not shown.
Binary file added db_releases/2_0RC2/esp32c3_USBSerial/www.bin
Binary file not shown.
Binary file added db_releases/2_0RC2/esp32c6/bootloader.bin
Binary file not shown.
Binary file added db_releases/2_0RC2/esp32c6/db_esp32.bin
Binary file not shown.
5 changes: 5 additions & 0 deletions db_releases/2_0RC2/esp32c6/flash_args.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
--flash_mode dio --flash_freq 80m --flash_size 2MB
0x0 bootloader/bootloader.bin
0x10000 db_esp32.bin
0x8000 partition_table/partition-table.bin
0x190000 www.bin
Binary file not shown.
Binary file added db_releases/2_0RC2/esp32c6/www.bin
Binary file not shown.
Binary file added db_releases/2_0RC2/esp32s2/bootloader.bin
Binary file not shown.
Binary file added db_releases/2_0RC2/esp32s2/db_esp32.bin
Binary file not shown.
5 changes: 5 additions & 0 deletions db_releases/2_0RC2/esp32s2/flash_args.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
--flash_mode dio --flash_freq 80m --flash_size 2MB
0x1000 bootloader/bootloader.bin
0x10000 db_esp32.bin
0x8000 partition_table/partition-table.bin
0x190000 www.bin
Binary file not shown.
Binary file added db_releases/2_0RC2/esp32s2/www.bin
Binary file not shown.
Binary file added db_releases/2_0RC2/esp32s3/bootloader.bin
Binary file not shown.
Binary file added db_releases/2_0RC2/esp32s3/db_esp32.bin
Binary file not shown.
5 changes: 5 additions & 0 deletions db_releases/2_0RC2/esp32s3/flash_args.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
--flash_mode dio --flash_freq 80m --flash_size 2MB
0x0 bootloader/bootloader.bin
0x10000 db_esp32.bin
0x8000 partition_table/partition-table.bin
0x190000 www.bin
Binary file not shown.
Binary file added db_releases/2_0RC2/esp32s3/www.bin
Binary file not shown.
Loading

0 comments on commit 67e93e8

Please sign in to comment.