Open ericlangel opened 4 years ago
After some 4Way DeviceWrite Commands the ESP32 stops processing the 4Way commands at all
Problem: BlHeli Configurator sends keep Alive directly after device write so devicewrite and keep alive are in the same Buffer and Bufferlength != devicewrite command length
Solved
Command length break the Serial.available() loop
Same Problem wit Atmega328P
if 4-way keep alive is send while Buffer is written to ESC....than the Firmware crash
1.problem: the 4-way keep alive command is not processed right after the last device write
Softserial disable all Interrupts
without interrupt the commands are not received (processed)
i get a Timeout Error
read/write Settings work
flashing with AM32 Config Tool is also working