reset to hardware evn if no file

This commit is contained in:
2020-05-08 18:14:59 +02:00
parent 30078d6c1f
commit 6620027439
2 changed files with 17 additions and 8 deletions

View File

@ -115,6 +115,9 @@ int setDefaultDacs();
#if defined(GOTTHARD2D) || defined(EIGERD)
int readConfigFile();
#endif
#ifdef EIGERD
int resetToHardwareSettings();
#endif
// advanced read/write reg
#ifdef EIGERD