mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-16 07:23:07 +01:00
use driver_uninstall for bus recovery to avoid crashes
This commit is contained in:
@@ -36,11 +36,10 @@ class Nmea2kTwai : public tNMEA2000{
|
||||
|
||||
|
||||
private:
|
||||
void initDriver();
|
||||
gpio_num_t TxPin;
|
||||
gpio_num_t RxPin;
|
||||
GwLog *logger;
|
||||
bool recoveryStarted=false;
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user