Skip to content

Commit

Permalink
Update Deneyap Version
Browse files Browse the repository at this point in the history
Update Deneyap Version
  • Loading branch information
DogushC committed May 26, 2023
1 parent 25d0bb6 commit b133611
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions LibraryDownloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def installLibrary(name:str, version:str) -> str:
:param name: full name of the library
:type name: str
:param version: version of the library, like 1.3.4
:param version: version of the library, like 1.3.12
:type version: str
:return: returns subprocess output which is result of arduino-cli execution
Expand All @@ -37,6 +37,3 @@ def installLibraryZip(zipPath:str) -> str:
"""
raise NotImplemented
#TODO install from zip



4 changes: 2 additions & 2 deletions Websocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ async def downloadLibrary(self, libName:str, libVersion:str)->None:
:param libName: full name of the library
:type libName: str
:param libVersion: version of the library, like 1.3.4
:param libVersion: version of the library, like 1.3.12
:type libVersion: str
"""

Expand Down Expand Up @@ -283,7 +283,7 @@ async def compile(self, fqbn:str, code:str, uploadOptions:str) -> None:
dyg_mpv10 for Deneyap Kart G
dym_mpv20 for Deneyap Mini v2
dydk1a_mpv20 for Deneyap Kart 1A v2
:type fqbn: str
:param code: code that sent by front-end
:type code: str
Expand Down
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
deneyapKart1Av2 = "dydk1a_mpv20"

AGENT_VERSION = "1.0.2"
DENEYAP_VERSION = "1.3.11"
DENEYAP_VERSION = "1.3.12"
TEMP_PATH = f"{appdirs.user_data_dir()}\DeneyapKartWeb\Temp"
CONFIG_PATH = f"{appdirs.user_data_dir()}\DeneyapKartWeb"
LOG_PATH = f"{appdirs.user_data_dir()}\DeneyapKartWeb"
Expand Down

0 comments on commit b133611

Please sign in to comment.