Action: 1. [Fix] Gun type 'T' and 'D' Rate Current is 300A Files As the following commit history files
@@ -257,7 +257,7 @@ static uint16_t defaultRatedCurrent(uint8_t modelType, uint32_t gunType, int pow
case GUN_TYPE_T:
case GUN_TYPE_D:
- ret = RC_500A;
+ ret = RC_300A;
break;
case GUN_TYPE_H: