DJISDKUser / ESP8266_DJI_DroneID_Throwie

ESP8266 based droneID spoofing Throwie example for DJI DroneID (Remote Drone Identification broadcast)
189 stars 45 forks source link

too many initializers #3

Open Tuburni opened 1 year ago

Tuburni commented 1 year ago

Hi Have the same problems with initialization could you help me?

FaisalAhmed123 commented 1 year ago

The error seems to be as a result of the size of the wifipkt array. More than 128 initializers provided for the array.

frevoli commented 10 months ago

If you change 128 to 270, this resolves the issue.