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 17146 458 490 18094 46ae openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 17176 482 490 18148 46e4 openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 17178 466 490 18134 46d6 openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 17174 466 490 18130 46d2 openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 17124 452 490 18066 4692 openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 17198 470 490 18158 46ee 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 24808 712 712 26232 6678 openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 25150 712 712 26574 67ce openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 25300 712 714 26726 6866 openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 25254 712 714 26680 6838 openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 25054 712 714 26480 6770 openLRSng.elf In file included from openLRSng.ino:86: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 19898 346 706 20950 51d6 openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 24920 712 714 26346 66ea openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 24994 712 714 26420 6734 openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 24920 712 714 26346 66ea 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:86:0: hardware.h:1109: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 17092 452 490 18034 4672 openLRSng.elf ls -l out total 12 drwxrwxr-x 2 openlrsng openlrsng 4096 Feb 28 20:00 433 drwxrwxr-x 2 openlrsng openlrsng 4096 Feb 27 10:31 868 drwxrwxr-x 2 openlrsng openlrsng 4096 Feb 27 10:32 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 17144 458 490 18092 46ac openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 17174 482 490 18146 46e2 openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 17176 466 490 18132 46d4 openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 17172 466 490 18128 46d0 openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 17122 452 490 18064 4690 openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 17196 470 490 18156 46ec 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 24806 712 712 26230 6676 openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 25148 712 712 26572 67cc openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 25298 712 714 26724 6864 openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 25252 712 714 26678 6836 openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 25052 712 714 26478 676e openLRSng.elf In file included from openLRSng.ino:86: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 19898 346 706 20950 51d6 openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 24918 712 714 26344 66e8 openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 24992 712 714 26418 6732 openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 24918 712 714 26344 66e8 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:86:0: hardware.h:1109: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 17090 452 490 18032 4670 openLRSng.elf ls -l out total 12 drwxrwxr-x 2 openlrsng openlrsng 4096 Feb 28 20:00 433 drwxrwxr-x 2 openlrsng openlrsng 4096 Feb 28 20:01 868 drwxrwxr-x 2 openlrsng openlrsng 4096 Feb 27 10:32 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 17146 458 490 18094 46ae openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 17176 482 490 18148 46e4 openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 17178 466 490 18134 46d6 openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 17174 466 490 18130 46d2 openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 17124 452 490 18066 4692 openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 17198 470 490 18158 46ee 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 24810 712 712 26234 667a openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 25152 712 712 26576 67d0 openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 25302 712 714 26728 6868 openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 25256 712 714 26682 683a openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 25056 712 714 26482 6772 openLRSng.elf In file included from openLRSng.ino:86: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 19900 346 706 20952 51d8 openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 24922 712 714 26348 66ec openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 24996 712 714 26422 6736 openLRSng.elf NOTE: Deployment size is text + data. text data bss dec hex filename 24922 712 714 26348 66ec 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:86:0: hardware.h:1109: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 17092 452 490 18034 4672 openLRSng.elf ls -l out total 12 drwxrwxr-x 2 openlrsng openlrsng 4096 Feb 28 20:00 433 drwxrwxr-x 2 openlrsng openlrsng 4096 Feb 28 20:01 868 drwxrwxr-x 2 openlrsng openlrsng 4096 Feb 28 20:02 915 ls -lR out out: total 12 drwxrwxr-x 2 openlrsng openlrsng 4096 Feb 28 20:00 433 drwxrwxr-x 2 openlrsng openlrsng 4096 Feb 28 20:01 868 drwxrwxr-x 2 openlrsng openlrsng 4096 Feb 28 20:02 915 out/433: total 2024 -rw-rw-r-- 1 openlrsng openlrsng 51008 Feb 28 20:00 RX-2-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 49534 Feb 28 20:00 RX-2.hex -rw-rw-r-- 1 openlrsng openlrsng 51168 Feb 28 20:00 RX-3-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 49694 Feb 28 20:00 RX-3.hex -rw-rw-r-- 1 openlrsng openlrsng 51127 Feb 28 20:00 RX-5-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 49653 Feb 28 20:00 RX-5.hex -rw-rw-r-- 1 openlrsng openlrsng 51119 Feb 28 20:00 RX-7-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 49645 Feb 28 20:00 RX-7.hex -rw-rw-r-- 1 openlrsng openlrsng 50849 Feb 28 20:00 RX-8-8MHz-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 49375 Feb 28 20:00 RX-8-8MHz.hex -rw-rw-r-- 1 openlrsng openlrsng 50939 Feb 28 20:00 RX-8-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 49465 Feb 28 20:00 RX-8.hex -rw-rw-r-- 1 openlrsng openlrsng 51188 Feb 28 20:00 RX-9-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 49714 Feb 28 20:00 RX-9.hex -rw-rw-r-- 1 openlrsng openlrsng 73275 Feb 28 20:00 TX-0-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 71801 Feb 28 20:00 TX-0.hex -rw-rw-r-- 1 openlrsng openlrsng 74232 Feb 28 20:00 TX-2-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 72758 Feb 28 20:00 TX-2.hex -rw-rw-r-- 1 openlrsng openlrsng 74662 Feb 28 20:00 TX-3-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 73188 Feb 28 20:00 TX-3.hex -rw-rw-r-- 1 openlrsng openlrsng 74531 Feb 28 20:00 TX-4-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 73057 Feb 28 20:00 TX-4.hex -rw-rw-r-- 1 openlrsng openlrsng 73962 Feb 28 20:00 TX-5-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 72488 Feb 28 20:00 TX-5.hex -rw-rw-r-- 1 openlrsng openlrsng 68377 Feb 28 20:00 TX-6-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 56959 Feb 28 20:00 TX-6.hex -rw-rw-r-- 1 openlrsng openlrsng 73590 Feb 28 20:00 TX-7-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 72116 Feb 28 20:00 TX-7.hex -rw-rw-r-- 1 openlrsng openlrsng 73803 Feb 28 20:00 TX-8-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 72329 Feb 28 20:00 TX-8.hex -rw-rw-r-- 1 openlrsng openlrsng 73590 Feb 28 20:00 TX-9-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 72116 Feb 28 20:00 TX-9.hex out/868: total 2024 -rw-rw-r-- 1 openlrsng openlrsng 51004 Feb 28 20:00 RX-2-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 49530 Feb 28 20:00 RX-2.hex -rw-rw-r-- 1 openlrsng openlrsng 51164 Feb 28 20:00 RX-3-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 49690 Feb 28 20:00 RX-3.hex -rw-rw-r-- 1 openlrsng openlrsng 51123 Feb 28 20:00 RX-5-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 49649 Feb 28 20:00 RX-5.hex -rw-rw-r-- 1 openlrsng openlrsng 51115 Feb 28 20:00 RX-7-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 49641 Feb 28 20:00 RX-7.hex -rw-rw-r-- 1 openlrsng openlrsng 50845 Feb 28 20:01 RX-8-8MHz-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 49371 Feb 28 20:01 RX-8-8MHz.hex -rw-rw-r-- 1 openlrsng openlrsng 50935 Feb 28 20:00 RX-8-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 49461 Feb 28 20:00 RX-8.hex -rw-rw-r-- 1 openlrsng openlrsng 51184 Feb 28 20:01 RX-9-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 49710 Feb 28 20:01 RX-9.hex -rw-rw-r-- 1 openlrsng openlrsng 73271 Feb 28 20:01 TX-0-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 71797 Feb 28 20:01 TX-0.hex -rw-rw-r-- 1 openlrsng openlrsng 74228 Feb 28 20:01 TX-2-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 72754 Feb 28 20:01 TX-2.hex -rw-rw-r-- 1 openlrsng openlrsng 74658 Feb 28 20:01 TX-3-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 73184 Feb 28 20:01 TX-3.hex -rw-rw-r-- 1 openlrsng openlrsng 74527 Feb 28 20:01 TX-4-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 73053 Feb 28 20:01 TX-4.hex -rw-rw-r-- 1 openlrsng openlrsng 73958 Feb 28 20:01 TX-5-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 72484 Feb 28 20:01 TX-5.hex -rw-rw-r-- 1 openlrsng openlrsng 68377 Feb 28 20:01 TX-6-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 56959 Feb 28 20:01 TX-6.hex -rw-rw-r-- 1 openlrsng openlrsng 73586 Feb 28 20:01 TX-7-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 72112 Feb 28 20:01 TX-7.hex -rw-rw-r-- 1 openlrsng openlrsng 73786 Feb 28 20:01 TX-8-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 72312 Feb 28 20:01 TX-8.hex -rw-rw-r-- 1 openlrsng openlrsng 73586 Feb 28 20:01 TX-9-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 72112 Feb 28 20:01 TX-9.hex out/915: total 2024 -rw-rw-r-- 1 openlrsng openlrsng 51008 Feb 28 20:01 RX-2-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 49534 Feb 28 20:01 RX-2.hex -rw-rw-r-- 1 openlrsng openlrsng 51168 Feb 28 20:01 RX-3-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 49694 Feb 28 20:01 RX-3.hex -rw-rw-r-- 1 openlrsng openlrsng 51127 Feb 28 20:01 RX-5-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 49653 Feb 28 20:01 RX-5.hex -rw-rw-r-- 1 openlrsng openlrsng 51119 Feb 28 20:01 RX-7-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 49645 Feb 28 20:01 RX-7.hex -rw-rw-r-- 1 openlrsng openlrsng 50849 Feb 28 20:02 RX-8-8MHz-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 49375 Feb 28 20:02 RX-8-8MHz.hex -rw-rw-r-- 1 openlrsng openlrsng 50939 Feb 28 20:01 RX-8-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 49465 Feb 28 20:01 RX-8.hex -rw-rw-r-- 1 openlrsng openlrsng 51188 Feb 28 20:01 RX-9-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 49714 Feb 28 20:01 RX-9.hex -rw-rw-r-- 1 openlrsng openlrsng 73279 Feb 28 20:01 TX-0-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 71805 Feb 28 20:01 TX-0.hex -rw-rw-r-- 1 openlrsng openlrsng 74236 Feb 28 20:01 TX-2-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 72762 Feb 28 20:01 TX-2.hex -rw-rw-r-- 1 openlrsng openlrsng 74666 Feb 28 20:01 TX-3-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 73192 Feb 28 20:01 TX-3.hex -rw-rw-r-- 1 openlrsng openlrsng 74535 Feb 28 20:01 TX-4-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 73061 Feb 28 20:01 TX-4.hex -rw-rw-r-- 1 openlrsng openlrsng 73966 Feb 28 20:01 TX-5-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 72492 Feb 28 20:01 TX-5.hex -rw-rw-r-- 1 openlrsng openlrsng 68381 Feb 28 20:01 TX-6-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 56963 Feb 28 20:01 TX-6.hex -rw-rw-r-- 1 openlrsng openlrsng 73594 Feb 28 20:02 TX-7-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 72120 Feb 28 20:02 TX-7.hex -rw-rw-r-- 1 openlrsng openlrsng 73807 Feb 28 20:02 TX-8-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 72333 Feb 28 20:02 TX-8.hex -rw-rw-r-- 1 openlrsng openlrsng 73594 Feb 28 20:02 TX-9-bl.hex -rw-rw-r-- 1 openlrsng openlrsng 72120 Feb 28 20:02 TX-9.hex