Added sourcecode for LedSign

This commit is contained in:
2026-06-16 11:06:53 +02:00
parent f89401ac72
commit 0f21578fc5
3 changed files with 94 additions and 1 deletions
+2 -1
View File
@@ -43,8 +43,9 @@ dependencies {
runtimeOnly("org.apache.logging.log4j:log4j-core:2.26.0")
runtimeOnly("org.apache.logging.log4j:log4j-slf4j2-impl:2.26.0")
implementation("com.fasterxml.jackson.core:jackson-databind:2.17.2")
implementation("org.slf4j:slf4j-api:2.0.18")
implementation("com.fasterxml.jackson.core:jackson-databind:2.17.2")
implementation("com.fazecast:jSerialComm:2.11.4")
}
java {