Skip to content

feat(myq_printsvc): change chip number format

Jednotné přihlášení test requested to merge github/fork/Johaney-s/myq into master

Created by: Johaney-s

  • format changed to return chip numbers with reversed bit ordering for each hex value in the chip number's hexstring
  • e.g. "8D00" = (binary)1000 1101 0000 0000 -> (binary)0001 1011 0000 0000 = "1B00"

Merge request reports