Skip to content

Commit

Permalink
Csg/feature/get pase data (#30)
Browse files Browse the repository at this point in the history
* Remove message lowercasing on rpc

* Remove redundant code

* Move the csg additions to above the main method, cannot forward declare the methods

* Remove message lowercasing on rpc

* Add debug prints and extra getpase command

* Add get pase session

* Initial PASE data fetch skeleton

* Add separate csg folder to hold constants and utils

* Add macros

* GetPaseData should return a yaml str.

* Add #defines, refactor into csg utilities, deserialize yaml

* Fix linter, comments, add copyright

* added get_pase_data RPC

* refactor methods and variables

* Add PASE Response parameters

* Debuggin additions

* Remove debugging additions

* Fix RPC to allow none values

* Remove pase from BLE call

* Added response, pake 1,2,3 parameters

* Remove merge artifact

* Remove unnecessary edits

* Add debug messages

* Remove debug messages

* Add todo

Co-authored-by: Mikael H. Moeller <[email protected]>
  • Loading branch information
2 people authored and doublemis1 committed Jul 7, 2021
1 parent 2ea421b commit 3682cfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/controller/python/chip-device-ctrl.py
Original file line number Diff line number Diff line change
Expand Up @@ -904,8 +904,8 @@ def __check_supported_os()-> bool:

def main():
start_rpc_server()
# Never reach here

# Never Executed: does not return here
optParser = OptionParser()
optParser.add_option(
"-r",
Expand Down

0 comments on commit 3682cfb

Please sign in to comment.