Add RAK11200 device model

This commit is contained in:
Ben Meadors 2022-01-24 13:48:41 -06:00 committed by GitHub
parent 6c39b5bf47
commit c4a7b9d52f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -242,6 +242,10 @@ enum HardwareModel {
* Custom DIY device based on @NanoVHF schematics: https://github.com/NanoVHF/Meshtastic-DIY/tree/main/Schematics
*/
DIY_V1 = 39;
/*
* RAK WisBlock ESP32 core: https://docs.rakwireless.com/Product-Categories/WisBlock/RAK11200/Overview/
*/
RAK11200 = 40;
}
/*