Zenz
Zenz
T-OI already have voltage divider on A0 pin, so you can just use following code to get power data: `float getVoltage() { float floatVoltage = 2 * 3.3 * analogRead(PIN_A0)...
I worked, I just use it to compile my own copy last night. using --with-macos-app option.
--with-macos-app is just adds this line `args
> @ipatch Thanks. I can still install it without `macos-app` and start it from the terminal. So that's not a hard blocker for me. > TBF I'm not even sure...
@ithinuel @ipatch I think while building Mac Bundle, it needs more dylib to fit for standard. if you have time, you can use otool -l to inspect what dylibs are...
@ipatch @DavidJJ @ithinuel Please test with new homebrew fomula, It seems solve all current issues.
@ithinuel Strange, your result just like mine before @vejmarie updated the formula Please try manually install gettext first brew intall gettext then brew install --HEAD freecad --with-macos-app
second that vote, this is better than webpack and uglify
So this is the temp solution for this plugin, and this plugin has been deprecated but it's very useful and better than uglifyjs in webpack in personal opinion. It works...
please try my working copy of nativescript-app-encryption As title, here's my working copy of nativescript-app-encryption just use tns plugin add https://github.com/zenz/nativescript-app-encryption.git to add my plugin into your project. And do...