Matt-and-Gib / gleemail

glEEmail is a novel hardware/software peer-to-peer chat application for Arduino
The Unlicense
0 stars 0 forks source link

General MorseCodeCharPairs Overhaul #75

Closed DualJustice closed 2 years ago

DualJustice commented 2 years ago
  1. Lop off some layers of the binary search tree.
  2. Potentially reassign symbols to the remaining phrases.
  3. Replace the spaces with empty strings during the JSON parsing phase.
  4. Potentially document the updated tree so that users know which codes are associated with which characters.
AVividLight commented 2 years ago

The 'Ole Lopper has struck again (step 1?) https://github.com/Matt-and-Gib/gleemail/commit/227c3ccff56866cf2ba78a90e0ab5f5f6bdf97ac

AVividLight commented 2 years ago

@DualJustice this should be closed, right? I think we decided on preserving the MCCP data and rewriting the tree into an array instead.

DualJustice commented 2 years ago

@AVividLight I agree, I believe that this issue is either no longer relevant, or has been completed (depending on how you look at it) and should be closed out.