Was good
"This is a very nice VTX to add to a stack.had good reception. and I love that lock the antenna featuring in."

Up to 600mW of power, 3 different stack size mounting options, a locking U.FL and only 3 grams of weight. What else could you ask for on a low profile VTX?
Check out all our VTXs and our entire Flywoo selection!

VTX Table
Copy this into Notepad and save as a .JSON file to import into Betaflight
{
"description": "Betaflight VTX Config file",
"version": "1.0",
"vtx_table": {
"bands_list": [
{
"name": "BAND_A ",
"letter": "A",
"is_factory_band": false,
"frequencies": [
5865,
5845,
5825,
5805,
5785,
5765,
5745,
5725
]
},
{
"name": "BAND_B ",
"letter": "B",
"is_factory_band": false,
"frequencies": [
5733,
5752,
5771,
5790,
5999,
5828,
5847,
5866
]
},
{
"name": "BAND_E ",
"letter": "E",
"is_factory_band": false,
"frequencies": [
5705,
5685,
5665,
5645,
5885,
5905,
5925,
5945
]
},
{
"name": "AIRWAVE ",
"letter": "F",
"is_factory_band": false,
"frequencies": [
5740,
5760,
5780,
5800,
5820,
5840,
5860,
5880
]
},
{
"name": "RACEBAND",
"letter": "R",
"is_factory_band": false,
"frequencies": [
5658,
5695,
5732,
5769,
5806,
5843,
5880,
5917
]
}
],
"powerlevels_list": [
{
"value": 25,
"label": "25 "
},
{
"value": 100,
"label": "50 "
},
{
"value": 200,
"label": "100"
},
{
"value": 400,
"label": "200"
},
{
"value": 600,
"label": "MAX"
}
]
}
}