Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.9.45 버전업 2차 #658

Merged
merged 15 commits into from
Aug 24, 2023
Merged

1.9.45 버전업 2차 #658

merged 15 commits into from
Aug 24, 2023

Conversation

Tnks2U
Copy link
Contributor

@Tnks2U Tnks2U commented Aug 24, 2023

하드웨어 1.9.45

신규 하드웨어

기존 하드웨어

@Tnks2U Tnks2U self-assigned this Aug 24, 2023
@Tnks2U Tnks2U merged commit 5df547b into master Aug 24, 2023
2 checks passed
@@ -1096,6 +1093,9 @@ Module.prototype.getDataByBuffer = function (buffer) {
if (value == 13 && buffer[idx + 1] == 10) {
datas.push(buffer.subarray(lastIndex, idx));
lastIndex = idx + 2;
// if(buffer[idx-1] == 9)
// console.log(datas);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <indent> reported by reviewdog 🐶
Expected indentation of 12 spaces but found 16.

Suggested change
// console.log(datas);
// console.log(datas);

@@ -1119,4 +1119,4 @@ Module.prototype.reset = function () {

Module.prototype.lostController = function () {};

module.exports = new Module();
module.exports = new Module();

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <eol-last> reported by reviewdog 🐶
Newline required at end of file but not found.

Suggested change
module.exports = new Module();
module.exports = new Module();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants