#include "EspNowBridge.h" #include extern "C" { int main(int argc, char* argv[]) { registerApp(); return 0; } }