We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf4db60 + 6bc4734 commit b2b8e93Copy full SHA for b2b8e93
1 file changed
Software/Arduino code/OpenAstroTracker/platformio.ini
@@ -15,7 +15,7 @@ src_dir = .
15
lib_deps =
16
SPI
17
Serial
18
- LiquidCrystal
+ 887 # CrystalDisplay
19
AccelStepper
20
EEPROM
21
Wire
@@ -29,7 +29,7 @@ lib_deps = ${common.lib_deps}
29
30
[env:mega2560]
31
platform = atmelavr
32
-board = megaatmega2560
+board = atmega2560
33
34
[env:uno]
35
0 commit comments