Skip to content

Instantly share code, notes, and snippets.

View atulakella's full-sized avatar

Atul Akella atulakella

View GitHub Profile
#include <esp_now.h>
#include <WiFi.h>
#include <AlfredoCRSF.h>
#include <HardwareSerial.h>
typedef struct ControlPacket {
int throttle;
int roll;
int pitch;
int yaw;