MCPcopy Create free account
hub / github.com/aldostools/webMAN-MOD / reset_settings

Function reset_settings

include/setup.h:1398–1402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1396}
1397
1398static void reset_settings(void)
1399{
1400 cellFsUnlink(WM_CONFIG_FILE);
1401 read_settings();
1402}
1403
1404static void restore_settings(void)
1405{

Callers 2

delete.hFile · 0.85
setup.hFile · 0.85

Calls 1

read_settingsFunction · 0.85

Tested by

no test coverage detected