ttrftech / NanoVNA

Very Tiny Palmtop Vector Network Analyzer
1.09k stars 305 forks source link

Make it possible to set NEGATIVE edelay #74

Closed erikkaashoek closed 5 years ago

erikkaashoek commented 5 years ago

After calibration you may use the device without the female-female adaptor or without the cables and you may want to have a negative edelay. This implements the change

@@ -1211,6 +1211,7 @@ const keypads_t keypads_time[] = { { KP_X(2), KP_Y(0), 9 }, { KP_X(3), KP_Y(2), KP_N }, { KP_X(3), KP_Y(3), KP_P },

@@ -1712,6 +1713,9 @@ keypad_click(int key) return KP_DONE; } else if (c <= 9 && kp_index < NUMINPUT_LEN) kp_buf[kp_index++] = '0' + c;

edy555 commented 5 years ago

Oh just added last night in this commit https://github.com/ttrftech/NanoVNA/commit/0e982aa834cd542ae40a3a066d87590d33a80000 Will become available in the next release.