Skip to content

Commit

Permalink
[UPD]删除无效代码和文件
Browse files Browse the repository at this point in the history
  • Loading branch information
hyhkjiy committed Apr 16, 2021
1 parent de755a0 commit 6d87e88
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 94 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*.pyc
*.o
language.settings.xml
.DS_Store
.DS_Store
.vscode
5 changes: 0 additions & 5 deletions .vscode/settings.json

This file was deleted.

3 changes: 2 additions & 1 deletion projects/art_pi_ble_mesh_gateway/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ rt-thread.hex
rtthread.bin
rtthread.map
.sconsign.dblite
.config.old
.config.old
.settings/art_pi_ble_mesh_gateway.JLink.Debug.rttlaunch

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ static void command_handler(uint8_t *command)

static void mesh_command_rx_thread_entry(void *parameter)
{
rt_err_t result;
rt_uint32_t rx_length = 0;
char rx_buffer[11];

Expand Down
3 changes: 0 additions & 3 deletions projects/art_pi_ble_mesh_gateway/modules/basic/basic.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Author: WKJay

#define BLUE_LED GET_PIN(I, 8)
#define RED_LED GET_PIN(C, 15)
static uint8_t blue_led_stat = 0, red_led_stat = 0;

extern void mesh_send_command(command_opcode_t opc, uint16_t addr, uint8_t *data);

Expand All @@ -45,8 +44,6 @@ static char *board_control(uint16_t addr, command_opcode_t code, uint8_t *data)

static char *json_create_basic_info(void)
{
char temp[100];

//ram usage
cJSON *root = mesh_nodes_dump();

Expand Down

0 comments on commit 6d87e88

Please sign in to comment.