Skip to content

Commit

Permalink
add disclaimers for remarkable paper pro
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudsftp committed Oct 15, 2024
1 parent e154fc8 commit ae2dece
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

reMarkable screenshots over ssh.

[![rm1](https://img.shields.io/badge/rM1-supported-green)](https://remarkable.com/store/remarkable)
[![rm2](https://img.shields.io/badge/rM2-supported-green)](https://remarkable.com/store/remarkable-2)
[![rm3](https://img.shields.io/badge/rM3-unsupported-red)](https://remarkable.com/store/remarkable-3)
[![rm1](https://img.shields.io/badge/reMarkable_1-supported-green)](https://remarkable.com/store/remarkable)
[![rm2](https://img.shields.io/badge/reMarkable_2-supported-green)](https://remarkable.com/store/remarkable-2)
[![rm3](https://img.shields.io/badge/reMarkable_Paper_Pro-unsupported-red)](https://remarkable.com/store/remarkable-paper/pro)

![a demo of reSnap](misc/demo.gif)

Expand Down
4 changes: 4 additions & 0 deletions reSnap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@ elif [ "$rm_version" = "reMarkable 2.0" ]; then

else

if [ "$rm_version" = "reMarkable Ferrari" ]; then
rm_version="reMarkable Paper Pro"
fi

echo "$rm_version not supported"
exit 2

Expand Down

0 comments on commit ae2dece

Please sign in to comment.