Skip to content

Commit

Permalink
WSN Monitor support addition
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepthiMCHP committed Sep 20, 2024
1 parent f0ad529 commit 145c476
Show file tree
Hide file tree
Showing 8 changed files with 4,007 additions and 26 deletions.
4 changes: 2 additions & 2 deletions driver/software/MiWi/MiWi_Mesh/inc/miwi_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -1217,9 +1217,9 @@ typedef struct AppMessage_t {
struct {
uint8_t type;
uint8_t size;
char text[APP_CAPTION_SIZE];
char text[29];
}caption;
DataConf_callback_t ConfCallback;
DataConf_callback_t ConfCallback;
}__attribute__((packed, aligned(1)))AppMessage_t;


Expand Down
Loading

0 comments on commit 145c476

Please sign in to comment.