From 2651a969fe72c6a536f09370d7fad97f705acdc7 Mon Sep 17 00:00:00 2001 From: John Gentilin Date: Fri, 29 Mar 2024 00:41:34 +0000 Subject: [PATCH] Modified the Project setting so the name of the binaries created reflect the board name --- ports/esp32/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/esp32/CMakeLists.txt b/ports/esp32/CMakeLists.txt index ec567f9c16..3b3e34b953 100644 --- a/ports/esp32/CMakeLists.txt +++ b/ports/esp32/CMakeLists.txt @@ -66,4 +66,4 @@ else() endif() # Define the project. -project(micropython) +project(micropython_${MICROPY_BOARD})