e-puck2 radio module development: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[{{fullurl:e-puck2}} e-puck2 main wiki]<br/> | [{{fullurl:e-puck2}} e-puck2 main wiki]<br/> | ||
=Get the source code= | |||
The radio module firmware source code can be downloaded with the command:<br/> | |||
<code>git clone --recursive https://github.com/e-puck2/esp-idf.git</code><br/> | |||
==WiFi== | |||
The radio module wifi firmware source code can be downloaded with the command:<br/> | |||
<code>git clone -b wifi --recursive https://github.com/e-puck2/esp-idf.git</code><br/> |
Revision as of 12:49, 17 December 2018
1 Get the source code
The radio module firmware source code can be downloaded with the command:
git clone --recursive https://github.com/e-puck2/esp-idf.git
1.1 WiFi
The radio module wifi firmware source code can be downloaded with the command:
git clone -b wifi --recursive https://github.com/e-puck2/esp-idf.git