Initial commit: Base Project for Kode Dot (ESP32-S3)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
Import("env")
|
||||
# Rename firmware binary according to custom_prog_name in platformio.ini
|
||||
project_name = env.GetProjectOption("custom_prog_name", "BaseApp")
|
||||
env.Replace(PROGNAME=project_name)
|
||||
Reference in New Issue
Block a user