Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/OpenAudio_ArduinoLibrary/commit/cc51d84a757fe125342974e0fa973a18c28e372c
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
3 additions and
4 deletions
RadioFMDetector_F32.h
@ -94,9 +94,9 @@
* showError ( uint16_t e ) Turns error printing in the update function on ( e = 1 )
* or off ( e = 0 ) . For debug only .
*
* Time : For T3 .6 , an update of a 128 sample block , 37 0 microseconds , or
* 2.9 microseconds per data point .
* For T4 .0 , 8 7 microseconds , or 0.68 microseconds per data point .
* Time : For T3 .6 , an update of a 128 sample block , 4 30 microseconds , or
* 3.4 microseconds per data point .
* For T4 .0 , 9 7 microseconds , or 0.7 6 microseconds per data point .
*
* Error checking : See functions setSampleRate_Hz ( ) and returnInitializeFMError ( )
* above .
@ -188,7 +188,6 @@ public:
alpha = 0.5f * ( 1.0f - gamma ) ;
}
/* void setSampleRate_Hz(float32_t _sampleRate_Hz) {
if ( fCenter > _sampleRate_Hz / 2.0f ) { // Check freq range
initializeFMErrors | = 8 ;