remove file

This commit is contained in:
idea4good 2019-11-12 11:02:56 +08:00
parent 1cd90eadef
commit 3a1db8067f
3 changed files with 2 additions and 15 deletions

View File

@ -25,6 +25,7 @@ GuiLite is the smallest GUI library with 5000 lines of code, could run on **all
## 🔥New featureApple Watch
Run GuiLite both on MCU and Apple Watch:
| MCU | Apple Watch |
| --- | --- |
| ![Hello3D](documents/Hello3D.gif) | ![iWatch.hello3D](documents/iWatch.hello3D.gif) |

View File

@ -24,6 +24,7 @@ GuiLite是5千行的图形界面库可以运行在**所有平台**(例如
## 🔥新功能:苹果手表
GuiLite程序可以同时运行在单片机和苹果“手表”上
| MCU | Apple Watch |
| --- | --- |
| ![Hello3D](documents/Hello3D.gif) | ![iWatch.hello3D](documents/iWatch.hello3D.gif) |

View File

@ -1,15 +0,0 @@
if [ "$#" -ne 1 ]; then
echo "Invalid arguments"
exit -1
fi
url="https://api.powerbi.com/beta/72f988bf-86f1-41af-91ab-2d7cd011db47/datasets/2ff1e8a8-2f6f-4d73-a75d-86829e3f4574/rows?key=8f5xLp1gP8%2FzSee4vCUBcyjR65I9zZ6nb%2B%2F7bbzex%2FSctLX3ntIlAR0sxWpDdguuYyDtLdHK%2Fxbxj%2FrSBkX7eQ%3D%3D"
build_time=`date +%Y-%m-%dT%H:%M:%S.000+0800`
device_info=`uname -s -n -m`
curl --include --request POST --header "Content-Type: application/json" --data-binary "[{
\"device_info\" :\"$device_info\",
\"project_info\" :\"$1\",
\"time\" :\"$build_time\",
\"weight\" :1
}]" $url