Skip to content

Conversation

@drebbe-intrepid
Copy link
Collaborator

  • Updated header to v922.16
  • Fixed potential crash in icsneoGetLastAPIError, icsneoSetBitRateEx, icsneoUartRead
  • Line 2317 (meth_read_sdcard): Added missing 'k' for second unsigned long - changed "Ok:" → "Okk:"
  • Line 3619 (meth_iso15765_enable_networks): Fixed unsigned long using 'i' - changed "Oi:" → "Ok:"
  • Line 3722 (meth_set_active_vnet_channel): Fixed unsigned long using 'i' - changed "Oi:" → "Ok:"
  • Line 3829 (meth_set_bit_rate_ex): Added missing &options parameter to match format string "Okii:"
  • Line 4960 (meth_uart_write): Fixed uint8_t using 'b' (signed) - changed "OIy*|bp:" → "OIy*|Bp:" (unsigned)
  • Line 5006 (meth_uart_read): CRITICAL FIX - Changed 's' (string!) to 'B' (unsigned char) for uint8_t flags - changed "OI|Is:" → "OI|IB:"
  • Line 5099 (meth_uart_get_baudrate): Removed extra 'I' from format - changed "OII:" → "OI:"

@drebbe-intrepid drebbe-intrepid merged commit 129ee43 into master Nov 25, 2025
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants