---good RM2 pixel-network with debug message

This commit is contained in:
Yunhorn 2024-08-06 10:11:01 +08:00
parent f1b717dd3a
commit d06da3d56d
3 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,7 @@ extern "C" {
* #define VLEVEL_M 2 functional traces
* #define VLEVEL_H 3 all traces
*/
#define VERBOSE_LEVEL VLEVEL_L
#define VERBOSE_LEVEL VLEVEL_H
/**
* @brief Enable trace logs

View File

@ -2573,6 +2573,7 @@ void STS_SENSOR_Upload_Message(uint8_t appDataPort, uint8_t appBufferSize, uint8
void OnStoreSTSCFGContextRequest(void)
{
/* USER CODE BEGIN OnStoreContextRequest_1 */
uint8_t i=0,j=0,nvm_store_value[YUNHORN_STS_MAX_NVM_CFG_SIZE]={0x0};

Binary file not shown.