Commit 99f1425340 ("image-buildinfo: Improve and extend to SDK coverage too")
in the Poky layer changes the name of the default build information file from
"build" to "buildinfo", so this commit reflects this change by adapting the
path to obtain the build information.
Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This href causes issues when running the demo on a target with WebKit's
non-HTTP(S) process swap enabled. When clicking the "collapse" button, the
sidebar collapses, but the page is loaded again due to WebKit's process swap,
and the sidebar reverts back to its original state.
Removing the href fixes this, and the sidebar collapse functionality still
works as expected.
https://onedigi.atlassian.net/browse/DEL-9498
Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
- When launching an NPU demo, display a black screen below the loading spin to avoid
the transparent window of some demos to display part of the ConnectCore application
in the background.
- Create a polling mechanism after an NPU demo is launched to check when the demo is
closed in order to hide the black screen and the loading spin.
Signed-off-by: David Escalona <david.escalona@digi.com>
This is required so that we can show an overlay black screen over the full application
when an NPU demo is launched.
Signed-off-by: David Escalona <david.escalona@digi.com>
While on it, add a missing entry for the cc93 in the 'network.html' file.
https://onedigi.atlassian.net/browse/CCS-8
Signed-off-by: David Escalona <david.escalona@digi.com>
The position of the LED on the dashboard wasn't matching the real position of
the LED on the DVK
Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
Most of device boards have blue PCBs, but there are some products with green PCBs. In these cases,
the green panels have very poor contrast, so the color needs to be changed dynamically. This commit
adds a mechanism to automatically change the color of the dashboard panels based on the new device
property "PCB_COLOR".
https://onedigi.atlassian.net/browse/DEL-8719
Signed-off-by: David Escalona <david.escalona@digi.com>
This commit increases the number of seconds between incremental values so, the
sample uploads 10 samples per minute.
While on it, fix a typo.
Signed-off-by: Tatiana Leon <Tatiana.Leon@digi.com>
By default, when retrieving the Bluetooth interface to use in the demo, the service
first tries with the native Bluetooth adapter and, in the case it fails, it looks
for connected XBee devices with Bluetooth capabilities. This is causing the demo to
lock the XBee port if the native Bluetooth interface is not present or fails to
initialize. Avoid this behavior by limiting the Bluetooth service to use only
the native Bluetooth interface for this demo.
Signed-off-by: David Escalona <david.escalona@digi.com>
ConnectCore MP13 DVK was not added to the network page when it was created
(commit 4f9717a2d3)
This commit is similar to 252c3544cb.
Signed-off-by: Tatiana Leon <Tatiana.Leon@digi.com>
ConnectCore MP13 DVK was not added to the network page when it was created
(commit 4f9717a2d3)
This commit is similar to 252c3544cb.
Signed-off-by: Tatiana Leon <Tatiana.Leon@digi.com>
File '/proc/mtd' may exist in the file system although with no data. So, first
check the emmc file '/sys/class/mmc_host/mmc0/mmc0:0001/block/mmcblk0/size'.
Signed-off-by: Tatiana Leon <Tatiana.Leon@digi.com>
Remove the sleep time between write operations in the BLE service. The communication
problems observed are more related with the size of the payload written rather than
the timing between frames.
Signed-off-by: David Escalona <david.escalona@digi.com>
This commit replaces the sample audio file for a short version with a lowest
bitrate to reduce the size.
https://onedigi.atlassian.net/browse/DEL-8335
Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>