mgaman / PDUlib

Encode/Decode PDU strings for use with most GSM modems. Both 7 bit and 16 bit alphabets are supported.
GNU Lesser General Public License v2.1
22 stars 10 forks source link

Re-order defaults and priorities #21

Closed mgaman closed 2 years ago

mgaman commented 2 years ago

The existing concept (up to version 0.5.4) is that the library is aimed at the desktop user and the Arduino user has to make adjustments to the IDE (PlatformIO or Arduino) to use it. This has proved to be a source of confusion and generally a bad idea. The concept will be inverted so that the Arduino user will use the library as-is and the Desktop user will have to make the necessary adjustments.

mgaman commented 2 years ago

Fixed in 0.5.5