PIC-IRIS / PH5

Library of PH5 clients, apis, and utilities
Other
15 stars 9 forks source link

add values of serial_number_s, description_s only if they are compliant with format #533

Closed damhuonglan closed 2 months ago

damhuonglan commented 3 months ago

What does this PR do?

Check if format of serial_number_s and description_s and only add to external header if they are integer in range's limit of 16 or 32 unsigned integer depend on the format in the header.

NOTE: not changing way of checking and format of 'das/serial_number_s' for now because it is complicated.

Relevant Issues?

529

Checklist