diff --git a/src/boot.c b/src/boot.c index d3847e09..d1d53fc4 100644 --- a/src/boot.c +++ b/src/boot.c @@ -72,7 +72,12 @@ __attribute__((section(".boot"))) int main(arg0) { // Only reached in case of uncaught exception #ifdef BAKING_APP - io_seproxyhal_power_off(); // Should not be allowed dashboard access + + io_seproxyhal_power_off( +#if defined API_LEVEL && API_LEVEL > 10 + false +#endif + ); // Should not be allowed dashboard access #else exit_app(); #endif