DUNLOP Amperomatic Car And Motorcycle Intelligent Battery Charger Trainer 6/12 V - 0,55/1A

J8P0Z07
$19.00 $23.00
Out of Stock

- With LED display. - Intelligent 5-stage charging curve - With reverse polarity protection (connected). - Short circuit protection. - Spark protection. - Overheating protection. - IP65 waterproof case - temperature compensation (5 temperature settings) - Cord length: 180cm. - Charge the batteries at 6V - 0.55A and 12V - 1A - Self-monitoring program 5horges curve, full capacity, beam absorption, drop effect - Waterproof case - Size: 16 x 3.8cm indicator lights - reverse polarity - Reverse connections - 3V battery - battery fault - Charge - take out the battery - Charge the battery - the battery is fully charged or in drop mode

 
 
 
 

 

 
 

Related Products

You might also like

Whoops! There was an error.
Symfony \ Component \ Debug \ Exception \ FatalErrorException (E_UNKNOWN)
Allowed memory size of 33554432 bytes exhausted (tried to allocate 2097152 bytes) Symfony\Component\Debug\Exception\FatalErrorException thrown with message "Allowed memory size of 33554432 bytes exhausted (tried to allocate 2097152 bytes)" Stacktrace: #0 Symfony\Component\Debug\Exception\FatalErrorException in /home/blacklb/public_html/vendor/laravel/framework/src/Illuminate/Session/Store.php:129
0
Symfony
\
Component
\
Debug
\
Exception
\
FatalErrorException
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Session
/
Store.php
129
     *
     * @param  string  $data
     * @return string
     */
    protected function prepareForUnserialize($data)
    {
        return $data;
    }
 
    /**
     * Save the session data to storage.
     *
     * @return bool
     */
    public function save()
    {
        $this->ageFlashData();
 
        $this->handler->write($this->getId(), $this->prepareForStorage(
            serialize($this->attributes)
        ));
 
        $this->started = false;
    }
 
    /**
     * Prepare the serialized session data for storage.
     *
     * @param  string  $data
     * @return string
     */
    protected function prepareForStorage($data)
    {
        return $data;
    }
 
    /**
     * Age the flash data for the session.
     *
     * @return void