Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/OpenAudio_ArduinoLibrary/commit/527363e338369022e02d9a471a36416c828302f9?style=unified&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

Correct xAxis setting

pull/13/head
boblark 3 years ago
parent 4a260d2748
commit 527363e338
  1. 2
      analyze_fft4096_iqem_F32.h

@ -278,7 +278,7 @@ public:
// xAxis, bit 0 left/right; bit 1 low to high; default 0X03
void setXAxis(uint8_t _xAxis) {
xAxis = _xAxis ^ 0X20; // Change bit 1 to be consistent with other IQ FFT
xAxis = _xAxis ^ 0X02; // Change bit 1 to be consistent with other IQ FFT
}
virtual void update(void);

Loading…
Cancel
Save