Skip to content

Commit

Permalink
corrected model
Browse files Browse the repository at this point in the history
  • Loading branch information
jp112sdl committed Feb 5, 2018
1 parent b2a7dd8 commit 6b09fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/HM-PB-2-FM/HM-PB-2-FM.ino
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ using namespace as;
const struct DeviceInfo PROGMEM devinfo = {
{0x02,0xBF,0x01}, // Device ID
"JPPB2FM001", // Device Serial
{0x00,0x6B}, // Device Model
{0x00,0xBF}, // Device Model
0x14, // Firmware Version
as::DeviceType::Remote, // Device Type
{0x00,0x00} // Info Bytes
Expand Down

0 comments on commit 6b09fe6

Please sign in to comment.