Skip to content

Commit b2b8e93

Browse files
Merge pull request #43 from andre-stefanov/bugfix/mega-lcd
Fixed mega2560 LCD issue by specifying LiquidCrystal lib by id.
2 parents cf4db60 + 6bc4734 commit b2b8e93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Software/Arduino code/OpenAstroTracker/platformio.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ src_dir = .
1515
lib_deps =
1616
SPI
1717
Serial
18-
LiquidCrystal
18+
887 # CrystalDisplay
1919
AccelStepper
2020
EEPROM
2121
Wire
@@ -29,7 +29,7 @@ lib_deps = ${common.lib_deps}
2929

3030
[env:mega2560]
3131
platform = atmelavr
32-
board = megaatmega2560
32+
board = atmega2560
3333

3434
[env:uno]
3535
platform = atmelavr

0 commit comments

Comments
 (0)