Files
firmware/src/mesh
geeksville 55dafcbecb fix #269 see below
/**
 * Generate a short suffix used to disambiguate channels that might have the same "name" entered by the human but different PSKs.
 * The ideas is that the PSK changing should be visible to the user so that they see they probably messed up and that's why they
their nodes
 * aren't talking to each other.
 *
 * This string is of the form "#name-XY".
 *
 * Where X is a letter from A to Z (base26), and formed by xoring all the bytes of the PSK together.
 * Y is not yet used but should eventually indicate 'speed/range' of the link
 *
 * This function will also need to be implemented in GUI apps that talk to the radio.
 *
 * https://github.com/meshtastic/Meshtastic-device/issues/269
 */
const char *getChannelName();
2020-08-12 11:04:03 -07:00
..
2020-05-09 19:08:04 -07:00
2020-06-03 12:49:36 -07:00
2020-06-03 12:49:36 -07:00
2020-07-06 10:45:55 +02:00
2020-06-16 17:13:26 -07:00
2020-06-16 15:26:30 -07:00
2020-05-19 11:56:17 -07:00
2020-06-12 11:56:13 -07:00
2020-08-12 11:04:03 -07:00
2020-08-12 11:04:03 -07:00
2020-07-06 10:45:55 +02:00
2020-06-16 17:13:26 -07:00
2020-06-16 17:13:26 -07:00
2020-08-12 11:04:03 -07:00
2020-07-06 10:45:55 +02:00
2020-07-10 14:37:01 -07:00
2020-05-02 19:51:25 -07:00
2020-07-06 10:45:55 +02:00
2020-07-06 10:45:55 +02:00
2020-05-25 08:19:14 -07:00
2020-06-16 17:13:26 -07:00