Changes to pattern generator and jungfrau server

This commit is contained in:
2015-04-10 10:08:12 +02:00
parent 714e1a7f72
commit 0c7f2bdceb
5 changed files with 331 additions and 275 deletions

View File

@ -156,7 +156,7 @@ int init_detector(int b, int checkType) {
strcpy(lastClientIP,"none");
strcpy(thisClientIP,"none1");
lockStatus=0;
// getDynamicRange();
allocateRAM();
return OK;
}