Skip to content

Commit

Permalink
Remove PID for now, confuses WisToolBox
Browse files Browse the repository at this point in the history
  • Loading branch information
beegee-tokyo committed Oct 5, 2023
1 parent 5b690bf commit 94af03c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ void setup_app(void)
bool init_app(void)
{
api_set_version(SW_VERSION_1, SW_VERSION_2, SW_VERSION_3);
g_device_pid = "RAK10702";
g_custom_fw_ver = "RAK10702 V" + String(SW_VERSION_1) + "." + String(SW_VERSION_2) + "." + String(SW_VERSION_3);
// g_device_pid = "RAK10702";
// g_custom_fw_ver = "RAK10702 V" + String(SW_VERSION_1) + "." + String(SW_VERSION_2) + "." + String(SW_VERSION_3);
AT_PRINTF("===============================================");
AT_PRINTF("Indoor Comfort Sensor");
AT_PRINTF("Built with RAK's WisBlock");
Expand Down

0 comments on commit 94af03c

Please sign in to comment.