param_logic.h has functions for getting/setting parameters from within the code (like apps). However, this does not update persistent parameters in EEPROM. The paramPersistentStore function that handles this when done through CRTP is explicitly marked for internal use only (in the paramTask).
For now I've hacked around this limitation by replacing the CRTP link so I can inject packets, but that's obviously not ideal
param_logic.hhas functions for getting/setting parameters from within the code (like apps). However, this does not update persistent parameters in EEPROM. TheparamPersistentStorefunction that handles this when done through CRTP is explicitly marked for internal use only (in the paramTask).For now I've hacked around this limitation by replacing the CRTP link so I can inject packets, but that's obviously not ideal