Skip to content

Commit

Permalink
sdk update
Browse files Browse the repository at this point in the history
  • Loading branch information
SmejkalJakub committed Aug 19, 2022
1 parent d958862 commit 90d6547
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 29 deletions.
22 changes: 0 additions & 22 deletions Makefile

This file was deleted.

2 changes: 1 addition & 1 deletion src/application.c
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ void application_init(void)
twr_lis2dh12_set_event_handler(&lis2dh12, lis2dh12_event_handler, NULL);
#endif

twr_radio_pairing_request("lcd-thermostat", VERSION);
twr_radio_pairing_request("lcd-thermostat", FW_VERSION);

twr_scheduler_register(switch_to_normal_mode_task, NULL, SERVICE_INTERVAL_INTERVAL);

Expand Down
5 changes: 0 additions & 5 deletions src/application.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
#ifndef _APPLICATION_H
#define _APPLICATION_H

#ifndef VERSION
#define VERSION "vdev"
#endif

#ifndef ROTATE_SUPPORT
#define ROTATE_SUPPORT 0
#endif
Expand All @@ -16,7 +12,6 @@
#include <bcl.h>
#include <twr.h>


typedef struct
{
uint8_t number;
Expand Down

0 comments on commit 90d6547

Please sign in to comment.