diff options
| author | yw <[email protected]> | 2018-07-25 10:38:06 +0800 |
|---|---|---|
| committer | yw <[email protected]> | 2018-07-25 10:38:39 +0800 |
| commit | 6b5d18f5dab0913a7ff898759c5a254bfb0beaa1 (patch) | |
| tree | 1a031417c748b5a57f27bb4f4f0574da4c7d3f62 | |
| parent | 86abcd28b2df289eaa0cc6804e1f7262a62b0a1c (diff) | |
Modify default profile path
| -rw-r--r-- | src/ntc_ip_comm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ntc_ip_comm.c b/src/ntc_ip_comm.c index 0c9e6d0..5251020 100644 --- a/src/ntc_ip_comm.c +++ b/src/ntc_ip_comm.c @@ -26,7 +26,7 @@ #include <cJSON.h> #define PLUGIN_NAME "NTC_IP_COMM" -#define PROFILE_PATH "./ntcconf/main.conf" +#define PROFILE_PATH "./t1conf/main.conf" #define NTC_IP_COMM_TOPIC "ntc_ip_comm_log" extern long long g_CurrentTime; |
