Skip to content

Commit

Permalink
解决巴列岛无法正常收起小动物的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyoKen committed May 17, 2020
1 parent 8701097 commit 1d88274
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<h1>RasCon Ver.1.2</h1>
<h1>RasCon Ver.1.2.1</h1>
<p>蓝牙连接Nintendo Switch,并可通过网页控制和使用脚本与amiibo</p>
<p>基于开源项目 <a href="https://github.com/mart1nro/joycontrol">joycontrol</a></p>
<p>
Expand Down
2 changes: 1 addition & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<h1>RasCon Ver.1.2</h1>
<h1>RasCon Ver.1.2.1</h1>
<p>Connect to Nintendo Switch over Bluetooth, to enable control, emulate amiibo and use script from the web.</p>
<p>Based on open source projects <a href="https://github.com/mart1nro/joycontrol">joycontrol</a></p>
<p>
Expand Down
2 changes: 1 addition & 1 deletion README_JP.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<h1>RasCon Ver.1.2</h1>
<h1>RasCon Ver.1.2.1</h1>
<p>Bluetooth経由でNintendo Switchに接続して、Webページからの制御とスクリプト、amiiboの利用を可能にします。。</p>
<p>オープンソースプロジェクト<a href="https://github.com/mart1nro/joycontrol">joycontrol</a>に基づいて</p>
<p>
Expand Down
9 changes: 4 additions & 5 deletions amiibos.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,11 @@ def readAmiibo():

cmd.append(sendCMD('Y'))
cmd.append(sendCMD('amiibo '+amiibo))
cmd.append(sendCMD('FOR 4'))
cmd.append(sendCMD('A'))
cmd.append(sendCMD('2000'))
cmd.append(sendCMD('A'))
cmd.append(sendCMD('2000'))
cmd.append(sendCMD('A'))
cmd.append(sendCMD('2000'))
cmd.append(sendCMD('1000'))
cmd.append(sendCMD('NEXT'))


# print('amiibo全部读取完毕')
cmd.append(sendCMD('B'))
Expand Down

0 comments on commit 1d88274

Please sign in to comment.