Compare commits
2 Commits
f4b6e194f2
...
ec8cb40aea
Author | SHA1 | Date | |
---|---|---|---|
ec8cb40aea | |||
53b4e65588 |
@ -1,11 +1,13 @@
|
|||||||
stages:
|
stages:
|
||||||
- build
|
- deploy
|
||||||
|
|
||||||
test for build:
|
test for build:
|
||||||
stage: build
|
stage: deploy
|
||||||
image: localhost:5000/cpp-test-universal:latest
|
image: localhost:5000/cpp-test-universal:latest
|
||||||
tags:
|
tags:
|
||||||
- cpp-test-universal
|
- cpp-test-universal
|
||||||
|
only:
|
||||||
|
- master
|
||||||
script:
|
script:
|
||||||
- git submodule init
|
- git submodule init
|
||||||
- git submodule update
|
- git submodule update
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<tr><th>Захват ФАПЧ</th><td><span :class="{ indicator_bad: statRx.afc_lock === false, indicator_good: statRx.afc_lock === true, indicator: true }"></span></td></tr>
|
<tr><th>Захват ФАПЧ</th><td><span :class="{ indicator_bad: statRx.afc_lock === false, indicator_good: statRx.afc_lock === true, indicator: true }"></span></td></tr>
|
||||||
<tr><th>Захват поиска по частоте</th><td><span :class="{ indicator_bad: statRx.freq_search_lock === false, indicator_good: statRx.freq_search_lock === true, indicator: true }"></span></td></tr>
|
<tr><th>Захват поиска по частоте</th><td><span :class="{ indicator_bad: statRx.freq_search_lock === false, indicator_good: statRx.freq_search_lock === true, indicator: true }"></span></td></tr>
|
||||||
<tr><th>Захват пакетной синхр.</th><td><span :class="{ indicator_bad: statRx.pkt_sync === false, indicator_good: statRx.pkt_sync === true, indicator: true }"></span></td></tr>
|
<tr><th>Захват пакетной синхр.</th><td><span :class="{ indicator_bad: statRx.pkt_sync === false, indicator_good: statRx.pkt_sync === true, indicator: true }"></span></td></tr>
|
||||||
<tr><th>SNR/RSSI</th><td>{{ statRx.snr }} / {{ statRx.rssi }}</td></tr>
|
<tr><th>ОСШ/RSSI</th><td>{{ statRx.snr }} / {{ statRx.rssi }}</td></tr>
|
||||||
<tr><th>Modcod</th><td>{{ statRx.modcod }}</td></tr>
|
<tr><th>Modcod</th><td>{{ statRx.modcod }}</td></tr>
|
||||||
<tr><th>Размер кадра</th><td>{{ statRx.frameSizeNormal ? 'normal' : 'short' }}</td></tr>
|
<tr><th>Размер кадра</th><td>{{ statRx.frameSizeNormal ? 'normal' : 'short' }}</td></tr>
|
||||||
<tr><th>Пилот-символы</th><td>{{ statRx.isPilots ? 'pilots' : 'no pilots' }}</td></tr>
|
<tr><th>Пилот-символы</th><td>{{ statRx.isPilots ? 'pilots' : 'no pilots' }}</td></tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user