Skip to content

Commit 6bc4734

Browse files
Fixed mega2560 LCD issue by specifying LiquidCrystal lib by id. There are two libs with this name and PIO took the wrong one by specifying only the name.
1 parent 5562923 commit 6bc4734

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)