André

Results 9 comments of André

@fiechr did you fix your charger and try a cheali build? From the looks of your photos I got the same charger, except mine has no PH soldered on, and...

@fiechr thanks for the detailed answer. Almost sounds like the build from source itself made it work for you. I'll try with your settings. But in the long run buying...

@fiechr update: as a first test I build from source and flashed target Dual-Power-B6AC-80W-RC since @diggit mentioned it. This target instantly worked, calibration also seemed fine.

No I did not try the prebuilt binaries. Maybe I'll backup and try them later.

Good to know. I'm charging my 3" copter batteries with it charging power is below 30W should be okay. so far no problems at least.

@LynxChaus theres also a power limitation for charging/discharging in place, for example for the 80W charger: #define MAX_CHARGE_P ANALOG_WATT(80.000) #define MAX_DISCHARGE_P ANALOG_WATT(10.000) It will discharge at max 10W i.e. about...

I am also having es6 issues, when I include modal like this: ``` javascript import alert from 'vue-strap/src/Modal.vue' ``` I am getting ``` Module parse failed: node_modules/vue-strap/src/utils/getScrollBarWidth.js Line 1: Unexpected...

Thanks for the answer! When I import like this: ``` javascript import modal from 'vue-strap' console.log('modal', modal); ``` Result is the whole vue-strap object: ``` modal Object {alert: Object, carousel:...

@amanpatel thanks a lot and @martinlindhe sorry if I hijacked this issue.