mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-28 01:37:15 +02:00
Fix compilation for use as IDF component (#5265)
This commit is contained in:
@ -18,9 +18,9 @@ For a simplified method, see [lib-builder](lib_builder.md)
|
||||
cd arduino && \
|
||||
git submodule update --init --recursive && \
|
||||
cd ../.. && \
|
||||
make menuconfig
|
||||
idf.py menuconfig
|
||||
```
|
||||
- ```make menuconfig``` has some Arduino options
|
||||
- ```idf.py menuconfig``` has some Arduino options
|
||||
- "Autostart Arduino setup and loop on boot"
|
||||
- If you enable this options, your main.cpp should be formated like any other sketch
|
||||
|
||||
@ -60,7 +60,7 @@ For a simplified method, see [lib-builder](lib_builder.md)
|
||||
- "Autoconnect WiFi on boot"
|
||||
- If enabled, WiFi will start with the last known configuration
|
||||
- Else it will wait for WiFi.begin
|
||||
- ```make flash monitor``` will build, upload and open serial monitor to your board
|
||||
- ```idf.py -p <your-board-serial-port> flash monitor``` will build, upload and open serial monitor to your board
|
||||
|
||||
## Logging To Serial
|
||||
|
||||
|
Reference in New Issue
Block a user