Skip to content

Commit 00a76c7

Browse files
committed
sdk update
1 parent 35002bd commit 00a76c7

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

src/application.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ void application_init(void)
325325

326326
led_strip.update_task_id = twr_scheduler_register(led_strip_update_task, NULL, 0);
327327

328-
twr_radio_pairing_request("power-controller", VERSION);
328+
twr_radio_pairing_request("power-controller", FW_VERSION);
329329

330330
twr_led_pulse(&led, 2000);
331331
}

src/application.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
#ifndef _APPLICATION_H
22
#define _APPLICATION_H
33

4-
#ifndef VERSION
5-
#define VERSION "vdev"
6-
#endif
7-
84
#ifndef LED_STRIP_COUNT
95
#define LED_STRIP_COUNT 144
106
#endif

0 commit comments

Comments
 (0)