jimwhitelaw / ELMulator

Arduino ODBII ELM327 Emulator - Allows Arduino to act as an OBD2 ELM327 device and respond to PID requests
MIT License
14 stars 1 forks source link

Bluetooth Error #1

Closed rakezzz closed 5 months ago

rakezzz commented 5 months ago

When disable wifi for use bluetooth got error ( #define USE_WIFI false )

then i change on ELMulator.cpp from ELMulator::ELMulator(uint32_t baudRate, uint8_t rxPin, uint8_t txPin) to ELMulator::ELMulator()