OpenIPC / ipctool

Simple tool (and library) for checking IP camera hardware
https://openipc.org
MIT License
158 stars 34 forks source link

Fixes handling of the NOR chip details. #128

Closed gckzl closed 4 months ago

gckzl commented 4 months ago

In my initial refactoring of cb_mtd_info(), I didn't realize that nor_chip contains a preformatted chunk of YAML (I had assumed a string).

widgetii commented 4 months ago

Thank you for fixing it!