v1.10.0 #220

Merged
meierj merged 592 commits from develop into main 2022-04-22 07:42:20 +02:00
83 changed files with 2249 additions and 2300 deletions
Showing only changes of commit 59b89b730d - Show all commits

View File

@@ -1,7 +1,7 @@
/**
* @brief Auto-generated event translation file. Contains 144 translations.
* @details
* Generated on: 2022-03-07 11:07:14
* Generated on: 2022-03-07 11:27:09
*/
#include "translateEvents.h"

View File

@@ -1,7 +1,7 @@
/**
* @brief Auto-generated event translation file. Contains 144 translations.
* @details
* Generated on: 2022-03-07 11:07:14
* Generated on: 2022-03-07 11:27:09
*/
#include "translateEvents.h"
@@ -151,7 +151,7 @@ const char *STR_HELPER_SENDING_PACKET_FAILED_STRING = "STR_HELPER_SENDING_PACKET
const char *STR_HELPER_REQUESTING_MSG_FAILED_STRING = "STR_HELPER_REQUESTING_MSG_FAILED";
const char *translateEvents(Event event) {
switch ((event & 0xFFFF)) {
switch((event & 0xFFFF)) {
case (2200):
return STORE_SEND_WRITE_FAILED_STRING;
case (2201):

2
tmtc

Submodule tmtc updated: 0bdc8f04a8...20753e7c75