mirror of https://github.com/rusefi/msqur.git
commit
89ebda0d81
|
@ -14,6 +14,7 @@ class INI
|
||||||
public static function getConfig(&$signature)
|
public static function getConfig(&$signature)
|
||||||
{
|
{
|
||||||
//sig is 19 bytes + \0
|
//sig is 19 bytes + \0
|
||||||
|
//"MS1/Extra format 029y3 *********"
|
||||||
//"MS3 Format 0262.09 "
|
//"MS3 Format 0262.09 "
|
||||||
//"MS3 Format 0435.14P"
|
//"MS3 Format 0435.14P"
|
||||||
//"MS2Extra comms332m2"
|
//"MS2Extra comms332m2"
|
||||||
|
@ -41,6 +42,7 @@ class INI
|
||||||
$msDir = "ms1/";
|
$msDir = "ms1/";
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case "MS1/Extra":
|
||||||
case "MSnS-extra":
|
case "MSnS-extra":
|
||||||
$msDir = "msns-extra/";
|
$msDir = "msns-extra/";
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue