pyaidrone 1.19__tar.gz → 2.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyaidrone
3
- Version: 1.19
3
+ Version: 2.0
4
4
  Summary: Library for AIDrone Products
5
5
  Home-page: http://www.ir-brain.com
6
6
  Author: IR-Brain
@@ -50,7 +50,7 @@ class AIDrone(Parse, Packet):
50
50
  exit()
51
51
  return False
52
52
  try:
53
- self.serial = serial.Serial(port=portName, baudrate=115200, timeout=1)
53
+ self.serial = serial.Serial(port=portName, baudrate=19200, timeout=1)
54
54
  if self.serial.isOpen():
55
55
  self.isThreadRun = True
56
56
  self.thread = Thread(target=self.receiveHandler, args=(), daemon=True)
@@ -1,4 +1,3 @@
1
-
2
1
  AIDRONE = 1
3
2
 
4
3
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyaidrone
3
- Version: 1.19
3
+ Version: 2.0
4
4
  Summary: Library for AIDrone Products
5
5
  Home-page: http://www.ir-brain.com
6
6
  Author: IR-Brain
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="pyaidrone",
5
- version="1.19",
5
+ version="2.0",
6
6
  description="Library for AIDrone Products",
7
7
  long_description=open("README.md").read(), # README.md 내용을 long_description으로 사용
8
8
  long_description_content_type="text/markdown", # README 파일이 markdown 형식임을 지정
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes