Skip to content

Commit

Permalink
Merge pull request #1 from mars2860/master
Browse files Browse the repository at this point in the history
Много новый функций
  • Loading branch information
alexandervolikov authored Jul 25, 2019
2 parents 4555848 + 4adf0e3 commit bc08a17
Show file tree
Hide file tree
Showing 14 changed files with 3,657 additions and 627 deletions.
17 changes: 17 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>SportiduinoPQ</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.python.pydev.PyDevBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.python.pydev.pythonNature</nature>
</natures>
</projectDescription>
5 changes: 5 additions & 0 deletions .pydevproject
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?eclipse-pydev version="1.0"?><pydev_project>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python interpreter</pydev_property>
</pydev_project>
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [0.7.0] - 2019-07-23
- Added russian localization
- Redesigned UI
- Added UI to work with a base station using UART
- Fixed bugs
## [0.6.1] - 2018-10-23
### del some functions for version 1.4.2 sportiduino

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# sportiduinoPQ

### version 0.6.1
### version 0.7.0

In the [last release](https://github.com/alexandervolikov/SportiduinoPQ/releases), you can download the program with the exe file for Windows systems, the installation is not required.

Expand All @@ -24,4 +24,4 @@ https://github.com/alexandervolikov/sportIDuino)

Manual available in user manual at https://github.com/alexandervolikov/sportiduino

![](https://raw.githubusercontent.com/alexandervolikov/SportiduinoPQ/master/image/main1.JPG)
![](/images/main1.JPG)
4 changes: 2 additions & 2 deletions README.ru.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# sportiduinoPQ

### версия 0.6.1
### версия 0.7.0

В [последнем релизе](https://github.com/alexandervolikov/SportiduinoPQ/releases) можно скачать программу с exe файлом для Windows систем, установка не требуется

Expand All @@ -23,4 +23,4 @@ pyinstaller --onefile --noconsole SportiduinoPQ.py

Инструкция находится в руководстве пользователя https://github.com/alexandervolikov/sportiduino

![](https://raw.githubusercontent.com/alexandervolikov/SportiduinoPQ/master/image/main1.JPG)
![](/images/main1.JPG)
Loading

0 comments on commit bc08a17

Please sign in to comment.