From 49cfab649236694ee35520a8b504d62da05303d1 Mon Sep 17 00:00:00 2001 From: Jeremy Poulter Date: Wed, 7 Aug 2024 22:53:40 +0100 Subject: [PATCH] Enable all RAPI commands in dev build --- platformio.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/platformio.ini b/platformio.ini index cb66c71a..b00f8d3d 100644 --- a/platformio.ini +++ b/platformio.ini @@ -46,6 +46,7 @@ extra_scripts = scripts/extra_script.py debug_flags = -ggdb + -D ENABLE_FULL_RAPI -D ENABLE_DEBUG #-D ENABLE_DEBUG_WEB #-D ENABLE_DEBUG_WEB_REQUEST