Skip to content

Commit b133611

Browse files
committed
Update Deneyap Version
Update Deneyap Version
1 parent 25d0bb6 commit b133611

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

LibraryDownloader.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def installLibrary(name:str, version:str) -> str:
2020
:param name: full name of the library
2121
:type name: str
2222
23-
:param version: version of the library, like 1.3.4
23+
:param version: version of the library, like 1.3.12
2424
:type version: str
2525
2626
:return: returns subprocess output which is result of arduino-cli execution
@@ -37,6 +37,3 @@ def installLibraryZip(zipPath:str) -> str:
3737
"""
3838
raise NotImplemented
3939
#TODO install from zip
40-
41-
42-

Websocket.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ async def downloadLibrary(self, libName:str, libVersion:str)->None:
136136
:param libName: full name of the library
137137
:type libName: str
138138
139-
:param libVersion: version of the library, like 1.3.4
139+
:param libVersion: version of the library, like 1.3.12
140140
:type libVersion: str
141141
"""
142142

@@ -283,7 +283,7 @@ async def compile(self, fqbn:str, code:str, uploadOptions:str) -> None:
283283
dyg_mpv10 for Deneyap Kart G
284284
dym_mpv20 for Deneyap Mini v2
285285
dydk1a_mpv20 for Deneyap Kart 1A v2
286-
286+
287287
:type fqbn: str
288288
:param code: code that sent by front-end
289289
:type code: str

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
deneyapKart1Av2 = "dydk1a_mpv20"
1212

1313
AGENT_VERSION = "1.0.2"
14-
DENEYAP_VERSION = "1.3.11"
14+
DENEYAP_VERSION = "1.3.12"
1515
TEMP_PATH = f"{appdirs.user_data_dir()}\DeneyapKartWeb\Temp"
1616
CONFIG_PATH = f"{appdirs.user_data_dir()}\DeneyapKartWeb"
1717
LOG_PATH = f"{appdirs.user_data_dir()}\DeneyapKartWeb"

0 commit comments

Comments
 (0)