mirror of
https://github.com/ddv2005/AirsoftTracker.git
synced 2025-08-17 00:56:10 +00:00
Initial commit
This commit is contained in:
1
scripts/config/agdnet.json
Normal file
1
scripts/config/agdnet.json
Normal file
@@ -0,0 +1 @@
|
||||
{"freq":915,"bw":125,"sf":10,"cr":7,"preambleLength":8,"syncWord":49,"updateTimeout":10000}
|
1
scripts/config/main.json
Normal file
1
scripts/config/main.json
Normal file
@@ -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}
|
1
scripts/config/network.json
Normal file
1
scripts/config/network.json
Normal file
@@ -0,0 +1 @@
|
||||
{"freq":912,"bw":500,"sf":8,"cr":7,"preambleLength":8,"syncWord":100,"networkId":25,"password":"pwd"}
|
1
scripts/create_spiffs.bat
Normal file
1
scripts/create_spiffs.bat
Normal file
@@ -0,0 +1 @@
|
||||
mkspiffs.exe -c .\config -a -s 61440 config.img
|
2
scripts/download_configs.bat
Normal file
2
scripts/download_configs.bat
Normal file
@@ -0,0 +1,2 @@
|
||||
esptool.exe -b 921600 read_flash 0x330000 61440 config.img
|
||||
mkspiffs.exe -u config config.img
|
2
scripts/download_spiffs.bat
Normal file
2
scripts/download_spiffs.bat
Normal file
@@ -0,0 +1,2 @@
|
||||
esptool.exe -b 921600 read_flash 0x33F000 0x0C1000 spiffs.img
|
||||
mkspiffs.exe -u spiffs spiffs.img
|
1
scripts/flash.bat
Normal file
1
scripts/flash.bat
Normal file
@@ -0,0 +1 @@
|
||||
esptool.exe -b 921600 write_flash 0x10000 ../.pio/build/tbeam-v101/firmware.bin
|
BIN
scripts/spiffs/at.png
Normal file
BIN
scripts/spiffs/at.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.1 KiB |
BIN
scripts/spiffs/gps.png
Normal file
BIN
scripts/spiffs/gps.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 423 B |
2
scripts/upload_config.bat
Normal file
2
scripts/upload_config.bat
Normal file
@@ -0,0 +1,2 @@
|
||||
mkspiffs.exe -c .\config -a -s 61440 config.img
|
||||
esptool.exe -b 921600 write_flash 0x330000 config.img
|
2
scripts/upload_spiff.bat
Normal file
2
scripts/upload_spiff.bat
Normal file
@@ -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