mbridak / not1mm

Not1MM != N1MM, An amateur radio contest logger for Linux.
GNU General Public License v3.0
89 stars 19 forks source link

Leading zeros in exchange number #103

Closed raufaser closed 1 month ago

raufaser commented 1 month ago

When sending an exchange serial number, e.g. 7, the app is sending 7. Common practice is to send leading zeroes until you reached 3 digit exchange number. In this example 007. It would be very nice to have this feature.

mbridak commented 1 month ago

Okay, that shouldn't be that hard. Not being much of a contester myself I had no real opinion. During the last WPX I heard everything from none, one or two leading zeros. But implementing it might just be a one liner.

mbridak commented 1 month ago

@raufaser I've pushed a change which I believe resolves your issue.