From e61ac414d89556c941f0b8ca76e5d7d6684037f0 Mon Sep 17 00:00:00 2001 From: Ancyker Date: Sat, 2 Mar 2024 11:26:35 -0500 Subject: Code optimization, cleanup, and stylization * Reduced PROGMEM / DRAM usage slightly (Using defaults w/HW5: Before -> 214,668 bytes / 5,757 bytes; After -> 213,414 bytes / 5,751 bytes) * Optimized some menu options and calls * Added more string constants and implemented them where found. * Fixed some stylization * Constants should always be uppercase. * Features should use the `ENABLE_` format. * Options for features should use the `OPTION__