Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cellular_status and cellular_modem_info #546

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "proto"]
path = proto
url = https://github.com/Dronecode/DronecodeSDK-Proto.git
url = https://github.com/akkawimo/MAVSDK-Proto.git
2 changes: 1 addition & 1 deletion proto
Submodule proto updated from 743aa1 to 16b557
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ def mavsdk_server_url(self):
return f"https://github.com/mavlink/MAVSDK/releases/download/{self.mavsdk_server_tag}/mavsdk_server_{self.platform_suffix}"

def run(self):
if 'MAVSDK_BUILD_PURE' not in os.environ:
self.download_mavsdk_server()
#if 'MAVSDK_BUILD_PURE' not in os.environ:
asimopunov marked this conversation as resolved.
Show resolved Hide resolved
#self.download_mavsdk_server()

build.run(self)

Expand Down Expand Up @@ -129,7 +129,7 @@ def version():

setup(
name="mavsdk",
version=version(),
#version=version(),
description="Python wrapper for MAVSDK",
long_description=parse_long_description(),
long_description_content_type="text/markdown",
Expand Down