Skip to content

Commit d049031

Browse files
committedSep 12, 2024
Updated task name and removed the incorrect data
1 parent e52dcb2 commit d049031

File tree

4 files changed

+1
-5
lines changed

4 files changed

+1
-5
lines changed
 

‎examples/refrigerator-app/silabs/include/AppConfig.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
22
*
33
* Copyright (c) 2024 Project CHIP Authors
4-
* Copyright (c) 2019 Google LLC.
54
* All rights reserved.
65
*
76
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -23,7 +22,7 @@
2322

2423
// ---- Refrigerator Example App Config ----
2524

26-
#define APP_TASK_NAME "Lit"
25+
#define APP_TASK_NAME "Refr"
2726

2827
#define BLE_DEV_NAME "SiLabs-Refrigerator"
2928

‎examples/refrigerator-app/silabs/include/AppEvent.h

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
22
*
33
* Copyright (c) 2024 Project CHIP Authors
4-
* Copyright (c) 2018 Nest Labs, Inc.
54
* All rights reserved.
65
*
76
* Licensed under the Apache License, Version 2.0 (the "License");

‎examples/refrigerator-app/silabs/include/AppTask.h

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
22
*
33
* Copyright (c) 2024 Project CHIP Authors
4-
* Copyright (c) 2019 Google LLC.
54
* All rights reserved.
65
*
76
* Licensed under the Apache License, Version 2.0 (the "License");

‎examples/refrigerator-app/silabs/include/CHIPProjectConfig.h

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
22
*
33
* Copyright (c) 2024 Project CHIP Authors
4-
* Copyright (c) 2019 Google LLC.
54
* All rights reserved.
65
*
76
* Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)