You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restructure core side & EuPI Improvement Patch (#215)
### Summary
- It has been reorganized as follows in the `core` folder. (with test code)
- base
- charset
- fft
- modem
- packet
- renderer
- wakeup
- wave
- Update gradle.properties setting for build speed.
```
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
```
- Remove `samplerate` argument from `FFTModel` interface
- Add `initialize` function for re-using FFT in `FFTProcessor` & `BlueFFT`
- Refactoring `renderer` for `EuPI` Tx
- Refactoring `EuPI` for `Eupi` Rx
- Improve EuPI listening performance
- Remove one test case from `FFTHelperTest`
- Build errors sometimes occur. (not everytime).
After this patch, `v0.8.1.1` will be published.
0 commit comments