![]() |
OpenSourceSimWheelESP32
Open-source wireless steering wheel/button box for ESP32 boards
|
Firmware operation. More...
Functions | |
| void | run () |
| Run the custom firmware (non blocking) | |
| void | run (void(*func)()) |
| Run the custom firmware and show errors (non blocking) | |
Firmware operation.
| void firmware::run | ( | void(* | func )() | ) |
Run the custom firmware and show errors (non blocking)
| func | Main firmware configuration body |