Changeset 28 in svn


Ignore:
Timestamp:
Aug 28, 2015 8:51:09 AM (10 years ago)
Author:
phkim
Message:

1.phkim
2.app

  1. 변경내용
    • 버전 1.0.1
    • 취침예약 메뉴에서 제거
Location:
trunk/zasc/app_c
Files:
2 edited

Legend:

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

    r25 r28  
    66// 1.0.0 ÀÇ °æ¿ì 1000 
    77// 1.1.1 ÀÇ °æ¿ì 1101 
    8 #define _SW_VERSION_ (1000) 
     8#define _SW_VERSION_ (1001) 
    99#include <stdio.h> 
    1010int main(int argc, char* argv[]) 
  • trunk/zasc/app_c/DST_WinMainMenu.c

    r2 r28  
    2626        {       MN_AV_VI,       true    }, 
    2727        {       MN_CC_DISPLAY,  true    }, 
    28         {       MN_SLEEP_TIMER, true    }, 
     28        {       MN_SLEEP_TIMER, false   }, 
    2929        {       MN_AV_PREFERRED_CONN,   true    }, 
    3030        {       MN_FACTORY_RESET,       true    }, 
Note: See TracChangeset for help on using the changeset viewer.