mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
examples/shv-nxboot-updater: use downgraded pyshv==0.8.0
The problem probably arises from an incompatibility issue between the shv-libs4c and pyshv libraries. The fix is to downgrade the library for now and then revert back. Signed-off-by: Stepan Pressl <pressl.stepan@gmail.com>
This commit is contained in:
parent
7f90139918
commit
9e83bc2270
3 changed files with 3 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
pyshv>=0.10.0
|
||||
pyshv==0.8.0
|
||||
PyQt6
|
||||
argparse
|
||||
asyncio
|
||||
|
|
|
|||
|
|
@ -18,8 +18,7 @@
|
|||
#
|
||||
############################################################################
|
||||
|
||||
from shv.rpcapi.valueclient import SHVValueClient
|
||||
from shv.rpcurl import RpcUrl
|
||||
from shv import RpcUrl, SHVValueClient
|
||||
|
||||
|
||||
async def shv_confirm(connection: str, path_to_root: str) -> None:
|
||||
|
|
|
|||
|
|
@ -22,9 +22,7 @@ import asyncio
|
|||
import io
|
||||
import zlib
|
||||
|
||||
from shv import SHVBytes
|
||||
from shv.rpcapi.valueclient import SHVValueClient
|
||||
from shv.rpcurl import RpcUrl
|
||||
from shv import RpcUrl, SHVBytes, SHVValueClient
|
||||
|
||||
|
||||
async def shv_flasher(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue