mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
typo
This commit is contained in:
parent
a11de7956b
commit
831da38946
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ client.on('data', function(data) {
|
||||||
|
|
||||||
if (data['COMMAND'] == 'RX_BUFFER') {
|
if (data['COMMAND'] == 'RX_BUFFER') {
|
||||||
let Data = {
|
let Data = {
|
||||||
data : data['DATAARRAY'],
|
data : data['DATA-ARRAY'],
|
||||||
};
|
};
|
||||||
console.log(Data)
|
console.log(Data)
|
||||||
ipcRenderer.send('request-update-rx-buffer', Data);
|
ipcRenderer.send('request-update-rx-buffer', Data);
|
||||||
|
|
Loading…
Reference in a new issue