OpenSourceSimWheelESP32
Open-source wireless steering wheel/button box for ESP32 boards
Loading...
Searching...
No Matches
firmware Namespace Reference

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)
 

Detailed Description

Firmware operation.

Function Documentation

◆ run()

void firmware::run ( void(* func )())

Run the custom firmware and show errors (non blocking)

Parameters
funcMain firmware configuration body