You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
voidLmHandlerProcess( void )
{
uint16_tsize=0;
// Process Radio IRQif( Radio.IrqProcess!=NULL )
{
Radio.IrqProcess( );
}
// Processes the LoRaMac eventsLoRaMacProcess( );
// Store to NVM if requiredintoperationFlags=0; // THIS WAS ADDEDsize=NvmDataMgmtStore(&operationFlags );
I kindly request for that feature, in my opinion it can be helpfull for example during NVM debuging and checking if my application do not crash internal flash memory to fast.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
FEATURE REQUEST
I would like to ask for a small improvement in OnNvmDataChange callback.
Currently I use LoraMac-node 4.6.0.
This callback has no information about what part of LoRaMacNvmData_t was updated.
I propose to add enum type, for example:
This enum type can be use in:
And pass here to callback:
With this modification user can analyze what NVM do:
I kindly request for that feature, in my opinion it can be helpfull for example during NVM debuging and checking if my application do not crash internal flash memory to fast.
Beta Was this translation helpful? Give feedback.
All reactions