Compare commits
No commits in common. "ec8cb40aea2d75b3de2f2707123c8c108d4ccd26" and "f4b6e194f2c87076b1c8a320676406f51fd67648" have entirely different histories.
ec8cb40aea
...
f4b6e194f2
@ -1,13 +1,11 @@
|
||||
stages:
|
||||
- deploy
|
||||
- build
|
||||
|
||||
test for build:
|
||||
stage: deploy
|
||||
stage: build
|
||||
image: localhost:5000/cpp-test-universal:latest
|
||||
tags:
|
||||
- cpp-test-universal
|
||||
only:
|
||||
- master
|
||||
script:
|
||||
- git submodule init
|
||||
- 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.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>ОСШ/RSSI</th><td>{{ statRx.snr }} / {{ statRx.rssi }}</td></tr>
|
||||
<tr><th>SNR/RSSI</th><td>{{ statRx.snr }} / {{ statRx.rssi }}</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.isPilots ? 'pilots' : 'no pilots' }}</td></tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user