Change modem channels to accept strings rather than just numbers
scmcgowen opened this issue ยท 1 comments
This change will make modem channels not be capped to 65536 channels.
For legacy compatibility, any numbers passed into modem.open() would be converted into a string (example: 64 -> "64"
)
This would prevent modem sniffers and also be fairly useful to prevent interference, especially when using wireless and ender modems.