This T1 Pro V2 is a mini flashlight, only 9.7 cm, throwing distance up to 306 meters, 23,500 candela. You can use different types of AA size batteries, and use 14500 lithium-ion battery to reach 550 lumens. The flashlight has a stainless steel pocket clip, which can be held on the flashlight body in two directions and is easy to carry. The forward switch at the rear can light up when you touch it, or it can be locked and always on, and has three modes.
T1Pro V2 has a powerful throwing ability and a large spill area, suitable for EDC, hiking, camping, and can also be placed in a bedside table or car armrest box as a backup lighting; it is especially suitable for putting T1Pro in an emergency bag as an emergency lighting flashlight use.
Features and parameters:
Aluminum alloy CNC machining, hard anodized
Coated tempered glass lens, stainless steel sandblasted bezel
High Density X-LED, Aluminum alloy reflector
Output: (AA alkaline batteries)
Output: (14500 Li-ion battery)
Can use 1 AA alkaline battery, AA Ni-MH battery, Energizer L91 lithium battery, 14500 lithium-ion battery with protection; you can also buy Weltool BB7 extension tube to use 2 AA alkaline batteries or Ni-MH batteries,Do not use two 14500 lithium-ion batteries.
Head-to-body structure
Tail forward switch
Flashlight with battery polarity protection
No noise and no flicker
Passed the 1-meter drop resistance test, IP67, can be used in heavy rain
Each flashlight has its own serial number
Size (±0.5mm): (head diameter) 20mm, (barrel diameter) 18mm, (length) 97mm
Weight excluding battery: (±0.5g) 43g
Instructions:
Install the battery correctly first
Half-press the tail switch button once, the flashlight starts to work, release the switch and the flashlight stops working. Press this repeatedly to cycle between medium and high, locking the mode after the switch “clicks” in any mode.
In the off state, press halfway for more than 4 times in a row to open the low mode
.buy-record img{margin:0px !important;}
-
- User name
Member Level
Quantity
Specification
Purchase Date
- User name
.buy-record img{margin:0px !important;}
Satisfaction :
.popups{ position:fixed; background:rgba(0,0,0,0.4); bottom:0; top:0;left:0;right:0; display:none;}
.shows{position: absolute;display: none}
.bigs{ width:300px; }
.lefts{ position:absolute; top:125px; left:-50px; cursor:pointer;}
.contecenter{width: 100%;height: 100%;position: relative;display: flex;justify-content: center;align-items: center;top:0;}
.rights{ position:absolute; top:125px; right:-50px; cursor:pointer;}
$(function(){
$(“.popups”).click(function(){
$(“.shows”).hide();
$(this).hide();
});
function changeTop(){
var bigs = $(“.bigs”).height();
var tops = (bigs – 57)/2;
$(“.lefts,.rights”).css(“top”,tops+’px’);
}
$(“.show_pic_div img”).click(function(){
$(“.popups”).show();
$(“.shows”).show();
bigImg=$(this).attr(“src”);//获取点击图片的地址
$(“.shows img.bigs”).attr(“src”,bigImg); //更换大图的图片地址
_index=$(this).index();//保存图片的序列号
changeTop()
});
$(“.shows .rights”).click(function(){
event.stopPropagation();
var maxlen = $(“.show_pic_div img”).length;
_index++;
if(_index>maxlen-1){_index=0};
bigImg=$(“.show_pic_div img”).eq(_index).attr(“src”);
$(“.shows img.bigs”).attr(“src”,bigImg);
changeTop()
});
$(“.shows .lefts”).click(function(){
event.stopPropagation();
_index–; //序列号加1 _index+1
var maxlen = $(“.show_pic_div img”).length;
if(_index<0){_index=maxlen-1};
bigImg=$(“.show_pic_div img”).eq(_index).attr(“src”);
$(“.shows img.bigs”).attr(“src”,bigImg);
changeTop()
});
});