Update config.h

This commit is contained in:
tuxphone 2020-09-30 15:09:58 +02:00 committed by GitHub
parent 3cb1042fb4
commit 5b67d56356
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -29,7 +29,7 @@ typedef enum _RegionCode {
*/
// the PSK is not used for encrypion/decryption, you can leave it as it is
#define MESHTASTIC_PSK { 0x10, 0xd4, 0xf1, 0xbb, 0x3a, 0x20, 0x29, 0x07, 0x59, 0xf0, 0xbc, 0xff, 0xab, 0xcf, 0x4e, 0x69, 0xbf }
//#define MESHTASTIC_PSK { 0x10, 0xd4, 0xf1, 0xbb, 0x3a, 0x20, 0x29, 0x07, 0x59, 0xf0, 0xbc, 0xff, 0xab, 0xcf, 0x4e, 0x69, 0xbf }
typedef struct {
uint32_t to, from, id;
@ -37,7 +37,7 @@ typedef struct {
} PacketHeader;
#define MSG(...) Serial.printf(__VA_ARGS__)
#define HEXMSG(...) Serial.print (__VA_ARGS__ , HEX)
//#define HEXMSG(...) Serial.print (__VA_ARGS__ , HEX)
void TxDone( void );
void TxTimeout( void );
@ -74,3 +74,4 @@ const RegionInfo regions[] = {
};
//static const RegionInfo *myRegion;