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
sed -i 's/URL/'$url'/g' Tizen-wearable-nightscout-BG/widget/Nightscout/js/main.js
if [ $mmol -eq 2 ]; then
echo MGDL
sed -i 's/0.055/6-/g' Tizen-wearable-nightscout-BG/widget/Nightscout/js/main.js
elif [ $mmol -eq 1 ]; then
echo MMOL
else
echo Invalid
exit 1
fi
echo "Done! Now install Tizen Studio (https://developer.tizen.org/zh-hans/development/tizen-studio/download) and check >read -p "Press [Enter] to exit."