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