移植与电子模块通信相关代码
This commit is contained in:
@@ -6,15 +6,15 @@ import prebuild as time
|
||||
|
||||
|
||||
# 定义app和boot文件路径(没有尾缀)
|
||||
APP_FILE_SRC = "./Objects/app/coder_2channel_app"
|
||||
BOOT_FILE_SRC = "./Objects/boot/coder_2channel_boot"
|
||||
# APP_FILE_DST = "./Objects/coder_2channel_app"
|
||||
APP_FILE_DST = "./python/file/coder_2channel_app"
|
||||
BOOT_FILE_DST = "./Objects/coder_2channel_boot"
|
||||
APP_FILE_SRC = "./Objects/app/checker_slave_app"
|
||||
BOOT_FILE_SRC = "./Objects/boot/checker_slave_boot"
|
||||
# APP_FILE_DST = "./Objects/checker_slave_app"
|
||||
APP_FILE_DST = "./python/file/checker_slave_app"
|
||||
BOOT_FILE_DST = "./Objects/checker_slave_boot"
|
||||
|
||||
# 定义app和boot的数据库目录
|
||||
SQL_APP_PATH = "coder_stm32f1_app"
|
||||
SQL_BOOT_PATH = "coder_stm32f1_boot"
|
||||
SQL_APP_PATH = "checker_slave_app"
|
||||
SQL_BOOT_PATH = "checker_slave_boot"
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user