functionpointer
functionpointer
I am running: - HMS 1800 4T firmware 1.0.27 - HMS 1800 4T firmware 1.0.18 - HMS 800 2T firmware 1.0.4 - HMS 800 2T firmware 1.0.4 Before this PR,...
> I unplugged the HMS800 (DC and AC) and disabled it in openDTU. Connection was lost at 895W :( I will try the original DTU now. Actually, i think that...
I think I addressed all comments. This PR is ready for another review.
Should pretty easy to reproduce. All that's needed is nginx with TLS client authentication. Then try to add an account: 
I found another bug: When HSTS is configured, the dialog for entering client certificate doesn't appear at all.
The first suggestion "assign barometer to correct I2C bus" is factually incorrect. The flight controller comes with a built-in barometer, which is connected to BUS_I2C1. I have confirmed that it...
Indeed, there is no target with 3 exposed UARTs (i.e. 5 in total, including the internal UART5 for the receiver and the USB port). Adding such a target is easy,...
Very interesting, in my test this didn't work. But maybe i did something wrong. I will revisit the targets and retest this week
It seems sharing pins works, but has strange priorities: 1. UART RX 2. I2C 3. UART sensor and peripheral 4. Servo/Motor This means any pins defined as I2C cannot be...
Turns out the conflict between UART3 and I2C2 happens on quite a few targets and there is a solution for it. `#define I2C_DEVICE_2_SHARES_UART3` This enables a check in `fc_init.c` to...