Initial commit

This commit is contained in:
unknown
2023-08-11 00:29:02 -04:00
commit 5ab7512417
629 changed files with 77781 additions and 0 deletions

View 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
View 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}

View File

@@ -0,0 +1 @@
{"freq":912,"bw":500,"sf":8,"cr":7,"preambleLength":8,"syncWord":100,"networkId":25,"password":"pwd"}

View File

@@ -0,0 +1 @@
mkspiffs.exe -c .\config -a -s 61440 config.img

View File

@@ -0,0 +1,2 @@
esptool.exe -b 921600 read_flash 0x330000 61440 config.img
mkspiffs.exe -u config config.img

View 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
View File

@@ -0,0 +1 @@
esptool.exe -b 921600 write_flash 0x10000 ../.pio/build/tbeam-v101/firmware.bin

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 423 B

View 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
View File

@@ -0,0 +1,2 @@
mkspiffs.exe -c .\spiffs -a -s 0x0C1000 spiffs.img
esptool.exe -b 921600 write_flash 0x33F000 spiffs.img