#pragma once #include #include #ifndef AP_SCRIPTING_ENABLED #define AP_SCRIPTING_ENABLED (BOARD_FLASH_SIZE > 1024) #endif #if AP_SCRIPTING_ENABLED #include #if !AP_FILESYSTEM_FILE_READING_ENABLED #error "Scripting requires a filesystem" #endif #endif #ifndef AP_SCRIPTING_SERIALDEVICE_ENABLED #define AP_SCRIPTING_SERIALDEVICE_ENABLED AP_SERIALMANAGER_REGISTER_ENABLED && (BOARD_FLASH_SIZE>1024) #endif