Merge pull request #86 from caveman99/master

platformio split - private hardware id
pull/89/head
mkinney 2022-01-27 10:35:55 -08:00 zatwierdzone przez GitHub
commit 5220c6967d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -246,6 +246,10 @@ enum HardwareModel {
* RAK WisBlock ESP32 core: https://docs.rakwireless.com/Product-Categories/WisBlock/RAK11200/Overview/
*/
RAK11200 = 40;
/*
* Reserved ID For developing private Ports. These will show up in live traffic sparsely, so we can use a high number. Keep it within 8 bits.
*/
PRIVATE_HW = 255;
}
/*