diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-10-30 09:30:09 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-10-30 09:30:09 +0100 |
commit | 19e1b4ae6f64ad2ef1985be1b1005ebec6618bc0 (patch) | |
tree | 6c224a13dd1223b7e4ee16e4ae67402425e96ff5 | |
parent | c821f53c45b6705e9e5362d331936c1d4280a163 (diff) |
add a notable detail to the readme
-rw-r--r-- | readme.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -6,8 +6,10 @@ `client/client.pro` should be tracked under version control, not `client/makefile` - the stm32 makefile uses git submodules to pull necessary files for - compilation. make sure to initialize and sync the git submodules, or re-clone - using the `--recursive` flag. + compilation. make sure to initialize and sync the git submodules, or use the + `--recursive` flag when cloning +- the stm32 firmware expects the esp8266 module to have the official espressif + firmware, not the ai-thinker firmware that the module comes pre-flashed with ## support |