Ignore:
Timestamp:
Mar 10, 2015 6:08:18 PM (11 years ago)
Author:
jglee
Message:

DSTAR 구분

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/zasc/app_c/DST_WinEngineerMenu.c

    r2 r4  
    177177                this->DrawText(this, 2, 22, this->rect.w, 20, strText[0], &(this->font)); 
    178178 
     179#ifdef DSTAR 
     180#else 
    179181                sprintf(strText[1], "FrontEnd: %s, SNR: %ddB, PowerLevel: %ddBmV", bLock?(char*)"lock":(char*)"unlock", snr/256, ((origin_power_level)/2)-60); 
     182#endif 
    180183                this->DrawText(this, 2, 42, this->rect.w, 20, strText[1], &(this->font)); 
    181184 
Note: See TracChangeset for help on using the changeset viewer.