Base class for applications using the PicoFramework.
Orchestrates application startup and network initialization.
FrameworkManager manager
Responsible for launching system services and networking.
FrameworkApp(int port, const char *name="AppTask", uint16_t stackSize=2048, UBaseType_t priority=tskIDLE_PRIORITY+1)
Constructor.
virtual void start()
Initializes the application and its framework services.
void onStart() override
Starts the Framework Manager.
Base class for event-driven control logic in embedded applications.
virtual void onStart()
Called once at task start before entering the main loop.
bool start()
Starts the task via FreeRTOS.