fedetony
fedetony
Motorola Razr- XT890 linage Os ROM Android version 9  905_OctoPrint_For_Android](https://github.com/feelfreelinux/octo4a/assets/45215920/fc66fcee-758e-4f27-b75f-7683aa2b526d) Just crashes at the dependencies installation.   Puff :(... wanted to use my old phone which I...
you override Oncreate the function here: android/src/main/java/org/ligi/blexplorer/App.java ` @Override public void onCreate() { TraceDroid.init(this); super.onCreate();` Then in android/src/main/java/org/ligi/blexplorer/scan/DeviceListActivity.kt (line 60) ` override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) TraceDroidEmailSender.sendStackTraces("[email protected]", this)` Why...
## Optimization of ADC acquisition NumPy is optimized for vectorized operations, which makes it significantly faster than Python loops. To improve the speed of your calculation, try using NumPy directly...
Updated to work with newer version of matplotlib 3.10.3, numpy 2.2.6 and python 3.10. Fixed some bugs with paths and markers in the examples.