mirror of
https://github.com/ddv2005/AirsoftTracker.git
synced 2026-06-28 05:56:46 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1 @@
|
||||
{"freq":915,"bw":125,"sf":10,"cr":7,"preambleLength":8,"syncWord":49,"updateTimeout":10000}
|
||||
@@ -0,0 +1 @@
|
||||
{"id":1,"symbol":68,"radius":50,"name":"Player 1","units":0,"tz":"EST5EDT,M3.2.0,M11.1.0","screenIdleTimeout":90000,"reportInterval":500,"useVibration":true,"vibrationTime":200,"maxPeerTimeout":600,"t1":10000,"t2":150000,"t3":120000,"t4":0}
|
||||
@@ -0,0 +1 @@
|
||||
{"freq":912,"bw":500,"sf":8,"cr":7,"preambleLength":8,"syncWord":100,"networkId":25,"password":"pwd"}
|
||||
@@ -0,0 +1 @@
|
||||
mkspiffs.exe -c .\config -a -s 61440 config.img
|
||||
@@ -0,0 +1,2 @@
|
||||
esptool.exe -b 921600 read_flash 0x330000 61440 config.img
|
||||
mkspiffs.exe -u config config.img
|
||||
@@ -0,0 +1,2 @@
|
||||
esptool.exe -b 921600 read_flash 0x33F000 0x0C1000 spiffs.img
|
||||
mkspiffs.exe -u spiffs spiffs.img
|
||||
@@ -0,0 +1 @@
|
||||
esptool.exe -b 921600 write_flash 0x10000 ../.pio/build/tbeam-v101/firmware.bin
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 9.1 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 423 B |
@@ -0,0 +1,2 @@
|
||||
mkspiffs.exe -c .\config -a -s 61440 config.img
|
||||
esptool.exe -b 921600 write_flash 0x330000 config.img
|
||||
@@ -0,0 +1,2 @@
|
||||
mkspiffs.exe -c .\spiffs -a -s 0x0C1000 spiffs.img
|
||||
esptool.exe -b 921600 write_flash 0x33F000 spiffs.img
|
||||
Reference in New Issue
Block a user