rm -rf out/433 mkdir -p out/433 make -s RFMTYPE=433 COMPILE_TX=0 BOARD_TYPE=2 clean_compilation_products all && cp openLRSng.hex out/433/RX-2.hex && cp openLRSngBL.hex out/433/RX-2-bl.hex; make -s RFMTYPE=433 COMPILE_TX=0 BOARD_TYPE=3 clean_compilation_products all && cp openLRSng.hex out/433/RX-3.hex && cp openLRSngBL.hex out/433/RX-3-bl.hex; make -s RFMTYPE=433 COMPILE_TX=0 BOARD_TYPE=5 clean_compilation_products all && cp openLRSng.hex out/433/RX-5.hex && cp openLRSngBL.hex out/433/RX-5-bl.hex; make -s RFMTYPE=433 COMPILE_TX=0 BOARD_TYPE=7 clean_compilation_products all && cp openLRSng.hex out/433/RX-7.hex && cp openLRSngBL.hex out/433/RX-7-bl.hex; make -s RFMTYPE=433 COMPILE_TX=0 BOARD_TYPE=8 clean_compilation_products all && cp openLRSng.hex out/433/RX-8.hex && cp openLRSngBL.hex out/433/RX-8-bl.hex; make -s RFMTYPE=433 COMPILE_TX=0 BOARD_TYPE=9 clean_compilation_products all && cp openLRSng.hex out/433/RX-9.hex && cp openLRSngBL.hex out/433/RX-9-bl.hex; NOTE: Deployment size is text + data. text data bss dec hex filename 16504 456 490 17450 442a openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 16532 480 490 17502 445e openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 16530 464 490 17484 444c openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 16530 464 490 17484 444c openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 16482 450 490 17422 440e openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 16554 468 490 17512 4468 openLRSng.elf make -s RFMTYPE=433 COMPILE_TX=1 BOARD_TYPE=0 clean_compilation_products all && cp openLRSng.hex out/433/TX-0.hex && cp openLRSngBL.hex out/433/TX-0-bl.hex; make -s RFMTYPE=433 COMPILE_TX=1 BOARD_TYPE=2 clean_compilation_products all && cp openLRSng.hex out/433/TX-2.hex && cp openLRSngBL.hex out/433/TX-2-bl.hex; make -s RFMTYPE=433 COMPILE_TX=1 BOARD_TYPE=3 clean_compilation_products all && cp openLRSng.hex out/433/TX-3.hex && cp openLRSngBL.hex out/433/TX-3-bl.hex; make -s RFMTYPE=433 COMPILE_TX=1 BOARD_TYPE=4 clean_compilation_products all && cp openLRSng.hex out/433/TX-4.hex && cp openLRSngBL.hex out/433/TX-4-bl.hex; make -s RFMTYPE=433 COMPILE_TX=1 BOARD_TYPE=5 clean_compilation_products all && cp openLRSng.hex out/433/TX-5.hex && cp openLRSngBL.hex out/433/TX-5-bl.hex; make -s RFMTYPE=433 COMPILE_TX=1 BOARD_TYPE=6 clean_compilation_products all && cp openLRSng.hex out/433/TX-6.hex && cp openLRSngBL.hex out/433/TX-6-bl.hex; make -s RFMTYPE=433 COMPILE_TX=1 BOARD_TYPE=7 clean_compilation_products all && cp openLRSng.hex out/433/TX-7.hex && cp openLRSngBL.hex out/433/TX-7-bl.hex; make -s RFMTYPE=433 COMPILE_TX=1 BOARD_TYPE=8 clean_compilation_products all && cp openLRSng.hex out/433/TX-8.hex && cp openLRSngBL.hex out/433/TX-8-bl.hex; make -s RFMTYPE=433 COMPILE_TX=1 BOARD_TYPE=9 clean_compilation_products all && cp openLRSng.hex out/433/TX-9.hex && cp openLRSngBL.hex out/433/TX-9-bl.hex; NOTE: Deployment size is text + data. text data bss dec hex filename 23976 666 707 25349 6305 openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 24056 666 707 25429 6355 openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 24192 666 709 25567 63df openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 24160 666 709 25535 63bf openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 24214 666 709 25589 63f5 openLRSng.elf In file included from openLRSng.ino:83:0: hardware.h:60:20: warning: ‘specialStrs’ defined but not used [-Wunused-variable] static const char *specialStrs[] = { "PPM","RSSI","SDA","SCL","RXD","TXD","AIN","LBEEP", ^ NOTE: Deployment size is text + data. text data bss dec hex filename 18770 300 701 19771 4d3b openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 24080 666 709 25455 636f openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 24162 666 709 25537 63c1 openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 24080 666 709 25455 636f openLRSng.elf make -s RFMTYPE=433 COMPILE_TX=0 BOARD_TYPE=8 CLOCK=8000000 clean_compilation_products all && cp openLRSng.hex out/433/RX-8-8MHz.hex && cp openLRSngBL.hex out/433/RX-8-8MHz-bl.hex In file included from openLRSng.ino:83:0: hardware.h:1051:2: warning: #warning Possibly wrong board selected, select Arduino Pro/Pro Mini 5V/16MHz w/ ATMega328 [-Wcpp] #warning Possibly wrong board selected, select Arduino Pro/Pro Mini 5V/16MHz w/ ATMega328 ^ NOTE: Deployment size is text + data. text data bss dec hex filename 16462 450 490 17402 43fa openLRSng.elf ls -l out total 12 drwxrwxr-x 2 openlrsng openlrsng 4096 Dec 4 11:20 433 drwxrwxr-x 2 openlrsng openlrsng 4096 Nov 3 12:21 868 drwxrwxr-x 2 openlrsng openlrsng 4096 Nov 3 12:21 915 rm -rf out/868 mkdir -p out/868 make -s RFMTYPE=868 COMPILE_TX=0 BOARD_TYPE=2 clean_compilation_products all && cp openLRSng.hex out/868/RX-2.hex && cp openLRSngBL.hex out/868/RX-2-bl.hex; make -s RFMTYPE=868 COMPILE_TX=0 BOARD_TYPE=3 clean_compilation_products all && cp openLRSng.hex out/868/RX-3.hex && cp openLRSngBL.hex out/868/RX-3-bl.hex; make -s RFMTYPE=868 COMPILE_TX=0 BOARD_TYPE=5 clean_compilation_products all && cp openLRSng.hex out/868/RX-5.hex && cp openLRSngBL.hex out/868/RX-5-bl.hex; make -s RFMTYPE=868 COMPILE_TX=0 BOARD_TYPE=7 clean_compilation_products all && cp openLRSng.hex out/868/RX-7.hex && cp openLRSngBL.hex out/868/RX-7-bl.hex; make -s RFMTYPE=868 COMPILE_TX=0 BOARD_TYPE=8 clean_compilation_products all && cp openLRSng.hex out/868/RX-8.hex && cp openLRSngBL.hex out/868/RX-8-bl.hex; make -s RFMTYPE=868 COMPILE_TX=0 BOARD_TYPE=9 clean_compilation_products all && cp openLRSng.hex out/868/RX-9.hex && cp openLRSngBL.hex out/868/RX-9-bl.hex; NOTE: Deployment size is text + data. text data bss dec hex filename 16502 456 490 17448 4428 openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 16530 480 490 17500 445c openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 16528 464 490 17482 444a openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 16528 464 490 17482 444a openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 16480 450 490 17420 440c openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 16552 468 490 17510 4466 openLRSng.elf make -s RFMTYPE=868 COMPILE_TX=1 BOARD_TYPE=0 clean_compilation_products all && cp openLRSng.hex out/868/TX-0.hex && cp openLRSngBL.hex out/868/TX-0-bl.hex; make -s RFMTYPE=868 COMPILE_TX=1 BOARD_TYPE=2 clean_compilation_products all && cp openLRSng.hex out/868/TX-2.hex && cp openLRSngBL.hex out/868/TX-2-bl.hex; make -s RFMTYPE=868 COMPILE_TX=1 BOARD_TYPE=3 clean_compilation_products all && cp openLRSng.hex out/868/TX-3.hex && cp openLRSngBL.hex out/868/TX-3-bl.hex; make -s RFMTYPE=868 COMPILE_TX=1 BOARD_TYPE=4 clean_compilation_products all && cp openLRSng.hex out/868/TX-4.hex && cp openLRSngBL.hex out/868/TX-4-bl.hex; make -s RFMTYPE=868 COMPILE_TX=1 BOARD_TYPE=5 clean_compilation_products all && cp openLRSng.hex out/868/TX-5.hex && cp openLRSngBL.hex out/868/TX-5-bl.hex; make -s RFMTYPE=868 COMPILE_TX=1 BOARD_TYPE=6 clean_compilation_products all && cp openLRSng.hex out/868/TX-6.hex && cp openLRSngBL.hex out/868/TX-6-bl.hex; make -s RFMTYPE=868 COMPILE_TX=1 BOARD_TYPE=7 clean_compilation_products all && cp openLRSng.hex out/868/TX-7.hex && cp openLRSngBL.hex out/868/TX-7-bl.hex; make -s RFMTYPE=868 COMPILE_TX=1 BOARD_TYPE=8 clean_compilation_products all && cp openLRSng.hex out/868/TX-8.hex && cp openLRSngBL.hex out/868/TX-8-bl.hex; make -s RFMTYPE=868 COMPILE_TX=1 BOARD_TYPE=9 clean_compilation_products all && cp openLRSng.hex out/868/TX-9.hex && cp openLRSngBL.hex out/868/TX-9-bl.hex; NOTE: Deployment size is text + data. text data bss dec hex filename 23974 666 707 25347 6303 openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 24054 666 707 25427 6353 openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 24190 666 709 25565 63dd openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 24158 666 709 25533 63bd openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 24212 666 709 25587 63f3 openLRSng.elf In file included from openLRSng.ino:83:0: hardware.h:60:20: warning: ‘specialStrs’ defined but not used [-Wunused-variable] static const char *specialStrs[] = { "PPM","RSSI","SDA","SCL","RXD","TXD","AIN","LBEEP", ^ NOTE: Deployment size is text + data. text data bss dec hex filename 18770 300 701 19771 4d3b openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 24078 666 709 25453 636d openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 24160 666 709 25535 63bf openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 24078 666 709 25453 636d openLRSng.elf make -s RFMTYPE=868 COMPILE_TX=0 BOARD_TYPE=8 CLOCK=8000000 clean_compilation_products all && cp openLRSng.hex out/868/RX-8-8MHz.hex && cp openLRSngBL.hex out/868/RX-8-8MHz-bl.hex In file included from openLRSng.ino:83:0: hardware.h:1051:2: warning: #warning Possibly wrong board selected, select Arduino Pro/Pro Mini 5V/16MHz w/ ATMega328 [-Wcpp] #warning Possibly wrong board selected, select Arduino Pro/Pro Mini 5V/16MHz w/ ATMega328 ^ NOTE: Deployment size is text + data. text data bss dec hex filename 16460 450 490 17400 43f8 openLRSng.elf ls -l out total 12 drwxrwxr-x 2 openlrsng openlrsng 4096 Dec 4 11:20 433 drwxrwxr-x 2 openlrsng openlrsng 4096 Dec 4 11:21 868 drwxrwxr-x 2 openlrsng openlrsng 4096 Nov 3 12:21 915 rm -rf out/915 mkdir -p out/915 make -s RFMTYPE=915 COMPILE_TX=0 BOARD_TYPE=2 clean_compilation_products all && cp openLRSng.hex out/915/RX-2.hex && cp openLRSngBL.hex out/915/RX-2-bl.hex; make -s RFMTYPE=915 COMPILE_TX=0 BOARD_TYPE=3 clean_compilation_products all && cp openLRSng.hex out/915/RX-3.hex && cp openLRSngBL.hex out/915/RX-3-bl.hex; make -s RFMTYPE=915 COMPILE_TX=0 BOARD_TYPE=5 clean_compilation_products all && cp openLRSng.hex out/915/RX-5.hex && cp openLRSngBL.hex out/915/RX-5-bl.hex; make -s RFMTYPE=915 COMPILE_TX=0 BOARD_TYPE=7 clean_compilation_products all && cp openLRSng.hex out/915/RX-7.hex && cp openLRSngBL.hex out/915/RX-7-bl.hex; make -s RFMTYPE=915 COMPILE_TX=0 BOARD_TYPE=8 clean_compilation_products all && cp openLRSng.hex out/915/RX-8.hex && cp openLRSngBL.hex out/915/RX-8-bl.hex; make -s RFMTYPE=915 COMPILE_TX=0 BOARD_TYPE=9 clean_compilation_products all && cp openLRSng.hex out/915/RX-9.hex && cp openLRSngBL.hex out/915/RX-9-bl.hex; NOTE: Deployment size is text + data. text data bss dec hex filename 16504 456 490 17450 442a openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 16532 480 490 17502 445e openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 16530 464 490 17484 444c openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 16530 464 490 17484 444c openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 16482 450 490 17422 440e openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 16554 468 490 17512 4468 openLRSng.elf make -s RFMTYPE=915 COMPILE_TX=1 BOARD_TYPE=0 clean_compilation_products all && cp openLRSng.hex out/915/TX-0.hex && cp openLRSngBL.hex out/915/TX-0-bl.hex; make -s RFMTYPE=915 COMPILE_TX=1 BOARD_TYPE=2 clean_compilation_products all && cp openLRSng.hex out/915/TX-2.hex && cp openLRSngBL.hex out/915/TX-2-bl.hex; make -s RFMTYPE=915 COMPILE_TX=1 BOARD_TYPE=3 clean_compilation_products all && cp openLRSng.hex out/915/TX-3.hex && cp openLRSngBL.hex out/915/TX-3-bl.hex; make -s RFMTYPE=915 COMPILE_TX=1 BOARD_TYPE=4 clean_compilation_products all && cp openLRSng.hex out/915/TX-4.hex && cp openLRSngBL.hex out/915/TX-4-bl.hex; make -s RFMTYPE=915 COMPILE_TX=1 BOARD_TYPE=5 clean_compilation_products all && cp openLRSng.hex out/915/TX-5.hex && cp openLRSngBL.hex out/915/TX-5-bl.hex; make -s RFMTYPE=915 COMPILE_TX=1 BOARD_TYPE=6 clean_compilation_products all && cp openLRSng.hex out/915/TX-6.hex && cp openLRSngBL.hex out/915/TX-6-bl.hex; make -s RFMTYPE=915 COMPILE_TX=1 BOARD_TYPE=7 clean_compilation_products all && cp openLRSng.hex out/915/TX-7.hex && cp openLRSngBL.hex out/915/TX-7-bl.hex; make -s RFMTYPE=915 COMPILE_TX=1 BOARD_TYPE=8 clean_compilation_products all && cp openLRSng.hex out/915/TX-8.hex && cp openLRSngBL.hex out/915/TX-8-bl.hex; make -s RFMTYPE=915 COMPILE_TX=1 BOARD_TYPE=9 clean_compilation_products all && cp openLRSng.hex out/915/TX-9.hex && cp openLRSngBL.hex out/915/TX-9-bl.hex; NOTE: Deployment size is text + data. text data bss dec hex filename 23978 666 707 25351 6307 openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 24058 666 707 25431 6357 openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 24194 666 709 25569 63e1 openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 24162 666 709 25537 63c1 openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 24216 666 709 25591 63f7 openLRSng.elf In file included from openLRSng.ino:83:0: hardware.h:60:20: warning: ‘specialStrs’ defined but not used [-Wunused-variable] static const char *specialStrs[] = { "PPM","RSSI","SDA","SCL","RXD","TXD","AIN","LBEEP", ^ NOTE: Deployment size is text + data. text data bss dec hex filename 18772 300 701 19773 4d3d openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 24082 666 709 25457 6371 openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 24164 666 709 25539 63c3 openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 24082 666 709 25457 6371 openLRSng.elf make -s RFMTYPE=915 COMPILE_TX=0 BOARD_TYPE=8 CLOCK=8000000 clean_compilation_products all && cp openLRSng.hex out/915/RX-8-8MHz.hex && cp openLRSngBL.hex out/915/RX-8-8MHz-bl.hex In file included from openLRSng.ino:83:0: hardware.h:1051:2: warning: #warning Possibly wrong board selected, select Arduino Pro/Pro Mini 5V/16MHz w/ ATMega328 [-Wcpp] #warning Possibly wrong board selected, select Arduino Pro/Pro Mini 5V/16MHz w/ ATMega328 ^ NOTE: Deployment size is text + data. text data bss dec hex filename 16462 450 490 17402 43fa openLRSng.elf ls -l out total 12 drwxrwxr-x 2 openlrsng openlrsng 4096 Dec 4 11:20 433 drwxrwxr-x 2 openlrsng openlrsng 4096 Dec 4 11:21 868 drwxrwxr-x 2 openlrsng openlrsng 4096 Dec 4 11:22 915 ls -lR out out: total 12 drwxrwxr-x 2 openlrsng openlrsng 4096 Dec 4 11:20 433 drwxrwxr-x 2 openlrsng openlrsng 4096 Dec 4 11:21 868 drwxrwxr-x 2 openlrsng openlrsng 4096 Dec 4 11:22 915 out/433: total 1948 -rw-rw-r-- 1 openlrsng openlrsng 49200 Dec 4 11:20 RX-2-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 47726 Dec 4 11:20 RX-2.hex -rw-rw-r-- 1 openlrsng openlrsng 49343 Dec 4 11:20 RX-3-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 47869 Dec 4 11:20 RX-3.hex -rw-rw-r-- 1 openlrsng openlrsng 49294 Dec 4 11:20 RX-5-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 47820 Dec 4 11:20 RX-5.hex -rw-rw-r-- 1 openlrsng openlrsng 49294 Dec 4 11:20 RX-7-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 47820 Dec 4 11:20 RX-7.hex -rw-rw-r-- 1 openlrsng openlrsng 49065 Dec 4 11:20 RX-8-8MHz-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 47591 Dec 4 11:20 RX-8-8MHz.hex -rw-rw-r-- 1 openlrsng openlrsng 49131 Dec 4 11:20 RX-8-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 47657 Dec 4 11:20 RX-8.hex -rw-rw-r-- 1 openlrsng openlrsng 49376 Dec 4 11:20 RX-9-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 47902 Dec 4 11:20 RX-9.hex -rw-rw-r-- 1 openlrsng openlrsng 70804 Dec 4 11:20 TX-0-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 69330 Dec 4 11:20 TX-0.hex -rw-rw-r-- 1 openlrsng openlrsng 71029 Dec 4 11:20 TX-2-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 69555 Dec 4 11:20 TX-2.hex -rw-rw-r-- 1 openlrsng openlrsng 71405 Dec 4 11:20 TX-3-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 69931 Dec 4 11:20 TX-3.hex -rw-rw-r-- 1 openlrsng openlrsng 71315 Dec 4 11:20 TX-4-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 69841 Dec 4 11:20 TX-4.hex -rw-rw-r-- 1 openlrsng openlrsng 71475 Dec 4 11:20 TX-5-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 70001 Dec 4 11:20 TX-5.hex -rw-rw-r-- 1 openlrsng openlrsng 65080 Dec 4 11:20 TX-6-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 53662 Dec 4 11:20 TX-6.hex -rw-rw-r-- 1 openlrsng openlrsng 71090 Dec 4 11:20 TX-7-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 69616 Dec 4 11:20 TX-7.hex -rw-rw-r-- 1 openlrsng openlrsng 71332 Dec 4 11:20 TX-8-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 69858 Dec 4 11:20 TX-8.hex -rw-rw-r-- 1 openlrsng openlrsng 71090 Dec 4 11:20 TX-9-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 69616 Dec 4 11:20 TX-9.hex out/868: total 1948 -rw-rw-r-- 1 openlrsng openlrsng 49196 Dec 4 11:20 RX-2-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 47722 Dec 4 11:20 RX-2.hex -rw-rw-r-- 1 openlrsng openlrsng 49339 Dec 4 11:20 RX-3-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 47865 Dec 4 11:20 RX-3.hex -rw-rw-r-- 1 openlrsng openlrsng 49277 Dec 4 11:20 RX-5-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 47803 Dec 4 11:20 RX-5.hex -rw-rw-r-- 1 openlrsng openlrsng 49277 Dec 4 11:20 RX-7-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 47803 Dec 4 11:20 RX-7.hex -rw-rw-r-- 1 openlrsng openlrsng 49061 Dec 4 11:21 RX-8-8MHz-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 47587 Dec 4 11:21 RX-8-8MHz.hex -rw-rw-r-- 1 openlrsng openlrsng 49114 Dec 4 11:20 RX-8-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 47640 Dec 4 11:20 RX-8.hex -rw-rw-r-- 1 openlrsng openlrsng 49372 Dec 4 11:20 RX-9-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 47898 Dec 4 11:20 RX-9.hex -rw-rw-r-- 1 openlrsng openlrsng 70800 Dec 4 11:20 TX-0-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 69326 Dec 4 11:20 TX-0.hex -rw-rw-r-- 1 openlrsng openlrsng 71025 Dec 4 11:21 TX-2-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 69551 Dec 4 11:21 TX-2.hex -rw-rw-r-- 1 openlrsng openlrsng 71401 Dec 4 11:21 TX-3-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 69927 Dec 4 11:21 TX-3.hex -rw-rw-r-- 1 openlrsng openlrsng 71311 Dec 4 11:21 TX-4-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 69837 Dec 4 11:21 TX-4.hex -rw-rw-r-- 1 openlrsng openlrsng 71471 Dec 4 11:21 TX-5-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 69997 Dec 4 11:21 TX-5.hex -rw-rw-r-- 1 openlrsng openlrsng 65080 Dec 4 11:21 TX-6-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 53662 Dec 4 11:21 TX-6.hex -rw-rw-r-- 1 openlrsng openlrsng 71086 Dec 4 11:21 TX-7-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 69612 Dec 4 11:21 TX-7.hex -rw-rw-r-- 1 openlrsng openlrsng 71315 Dec 4 11:21 TX-8-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 69841 Dec 4 11:21 TX-8.hex -rw-rw-r-- 1 openlrsng openlrsng 71086 Dec 4 11:21 TX-9-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 69612 Dec 4 11:21 TX-9.hex out/915: total 1956 -rw-rw-r-- 1 openlrsng openlrsng 49200 Dec 4 11:21 RX-2-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 47726 Dec 4 11:21 RX-2.hex -rw-rw-r-- 1 openlrsng openlrsng 49343 Dec 4 11:21 RX-3-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 47869 Dec 4 11:21 RX-3.hex -rw-rw-r-- 1 openlrsng openlrsng 49294 Dec 4 11:21 RX-5-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 47820 Dec 4 11:21 RX-5.hex -rw-rw-r-- 1 openlrsng openlrsng 49294 Dec 4 11:21 RX-7-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 47820 Dec 4 11:21 RX-7.hex -rw-rw-r-- 1 openlrsng openlrsng 49065 Dec 4 11:22 RX-8-8MHz-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 47591 Dec 4 11:22 RX-8-8MHz.hex -rw-rw-r-- 1 openlrsng openlrsng 49131 Dec 4 11:21 RX-8-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 47657 Dec 4 11:21 RX-8.hex -rw-rw-r-- 1 openlrsng openlrsng 49376 Dec 4 11:21 RX-9-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 47902 Dec 4 11:21 RX-9.hex -rw-rw-r-- 1 openlrsng openlrsng 70808 Dec 4 11:21 TX-0-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 69334 Dec 4 11:21 TX-0.hex -rw-rw-r-- 1 openlrsng openlrsng 71033 Dec 4 11:21 TX-2-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 69559 Dec 4 11:21 TX-2.hex -rw-rw-r-- 1 openlrsng openlrsng 71422 Dec 4 11:21 TX-3-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 69948 Dec 4 11:21 TX-3.hex -rw-rw-r-- 1 openlrsng openlrsng 71332 Dec 4 11:21 TX-4-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 69858 Dec 4 11:21 TX-4.hex -rw-rw-r-- 1 openlrsng openlrsng 71479 Dec 4 11:21 TX-5-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 70005 Dec 4 11:21 TX-5.hex -rw-rw-r-- 1 openlrsng openlrsng 65084 Dec 4 11:21 TX-6-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 53666 Dec 4 11:21 TX-6.hex -rw-rw-r-- 1 openlrsng openlrsng 71107 Dec 4 11:21 TX-7-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 69633 Dec 4 11:21 TX-7.hex -rw-rw-r-- 1 openlrsng openlrsng 71336 Dec 4 11:21 TX-8-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 69862 Dec 4 11:21 TX-8.hex -rw-rw-r-- 1 openlrsng openlrsng 71107 Dec 4 11:21 TX-9-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 69633 Dec 4 11:21 TX-9.hex