- Internet of Things Projects with ESP32
- Agus Kurniawan
- 156字
- 2021-06-24 16:02:51
Configuring the project
Now, we should configure our project using menuconfig. This tool is a part of the ESP32 toolchain that you have configured previously on your platform.
Open Terminal and navigate to your project directory. Then, you can type this command:
$ make menuconfig
You should get the dialog shown in the following screenshot:

We configure our ESP32 serial port and then select the Serial flasher config menu. From here, fill your serial port of the ESP32 board. You can see my ESP32 serial port from the ESP-WROVER-KIT board here:

If complete, click the Save button. The menuconfig program will save your project configuration. The program output can be seen in the following screenshot. You should see that this tool generates the sdkconfig file into your current project directory:

Now, your program is ready for compiling and flashing.
- 深入理解Spring Cloud與實戰
- Deep Learning with PyTorch
- The Applied AI and Natural Language Processing Workshop
- 精選單片機設計與制作30例(第2版)
- 嵌入式系統設計教程
- Apple Motion 5 Cookbook
- R Deep Learning Essentials
- Spring Cloud微服務架構實戰
- Arduino BLINK Blueprints
- 單片機系統設計與開發教程
- 超大流量分布式系統架構解決方案:人人都是架構師2.0
- Blender Quick Start Guide
- Istio實戰指南
- 計算機應用基礎案例教程(Windows 7+Office 2010)
- ActionScript Graphing Cookbook