Essentially Photon, which caches power and pos for Servos and Motors, Custom PID, PD, P, and PIDF Objects

This commit is contained in:
2026-03-23 18:57:24 -05:00
parent 545c0cbda0
commit 57bf6e3ad3
21 changed files with 514 additions and 80 deletions

View File

@@ -6,7 +6,13 @@ android.useAndroidX=true
# We no longer need to auto-convert third-party libraries to use AndroidX, which slowed down the build
android.enableJetifier=false
# Allow Gradle to use up to 1 GB of RAM
org.gradle.jvmargs=-Xmx1024M
# Allow Gradle to use up to 2GB of RAM
org.gradle.jvmargs=-Xmx2048M
android.nonTransitiveRClass=false
android.nonTransitiveRClass=false
org.gradle.configuration-cache=true
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.daemon=true