add missing Config definition for PRIVATE_HW (#1174)

This commit is contained in:
Thomas Göttgens
2022-02-01 08:08:03 -06:00
committed by GitHub
co-authored by GitHub
parent ed9cd7b03d
commit 9a505c27fa
+4
View File
@@ -199,6 +199,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// This string must exactly match the case used in release file names or the android updater won't work
#define HW_VENDOR HardwareModel_GENIEBLOCKS
#elif defined(PRIVATE_HW)
// This string must exactly match the case used in release file names or the android updater won't work
#define HW_VENDOR HardwareModel_PRIVATE_HW
#endif
#ifdef ARDUINO_NRF52840_PCA10056