Skip to content

Commit

Permalink
fix: less events
Browse files Browse the repository at this point in the history
  • Loading branch information
owulveryck committed Nov 15, 2023
1 parent 45c5d86 commit 3d62145
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@ function scaleValue(value, maxValue, canvasSize) {
}

// Initial WebSocket connection
// connectWebSocket();
connectWebSocket();
2 changes: 1 addition & 1 deletion internal/events/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const (

// InputEvent from the reMarkable
type InputEvent struct {
Time syscall.Timeval
Time syscall.Timeval `json:"-"`
Type uint16
// Code holds the position of the mouse/touch
// In case of an EV_ABS event,
Expand Down

0 comments on commit 3d62145

Please sign in to comment.