It's a plant thing!
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
|
||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||
project(plant-manager)
|
||||
project(plant-thing)
|
||||
|
||||
@@ -45,4 +45,4 @@ RUN rm -rf build && /bin/bash -c "source $IDF_PATH/export.sh && idf.py set-targe
|
||||
RUN mkdir -p /usr/src/build && \
|
||||
cp build/bootloader/bootloader.bin /usr/src/build/ && \
|
||||
cp build/partition_table/partition-table.bin /usr/src/build/ && \
|
||||
cp build/plant-manager.bin /usr/src/build/
|
||||
cp build/plant-thing.bin /usr/src/build/
|
||||
|
||||
@@ -22,6 +22,6 @@ esptool --chip esp32c3 --port /dev/tty.usbmodem101 --baud 115200 write-flash \
|
||||
--flash-size 4MB \
|
||||
0x0000 "$DEST_DIR/bootloader.bin" \
|
||||
0x8000 "$DEST_DIR/partition-table.bin" \
|
||||
0x10000 "$DEST_DIR/plant-manager.bin"
|
||||
0x10000 "$DEST_DIR/plant-thing.bin"
|
||||
|
||||
screen -fn /dev/tty.usbmodem101 115200
|
||||
|
||||
Reference in New Issue
Block a user