Skip to content

Commit

Permalink
[56] feedback corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
mirage22 committed Oct 3, 2024
1 parent dd40302 commit acf08c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The current [Robo4j.io][] version is 0.6-SNAPSHOT
## Requirements
[Git][], [Maven][], [OpenJDK 21][]

If you are looking for a JDK 21 ARM hard float build for Raspbian, we recommend looking into [Liberica JDK][] or [Azul Zulu Embedded][].
If you are looking for a JDK 21 ARM hard float build for Raspbian, we recommend looking into [Liberica JDK][] or [Azul Zulu][].

## Documentation
See current [Robo4j documentation][].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ public static void main(String[] args) throws IOException {
oled.pushImage();
System.out.println("There is nothing");

// TODO : create optional possibility to use JFrame as an output
// JFrame frame = new JFrame();
// frame.addWindowListener(new WindowAdapter() {
//
Expand Down

0 comments on commit acf08c3

Please sign in to comment.