ESP32
ESP32 の調査とか勉強ログ
200415.ESP32.log
/a42/ESP-IDF 開発環境構築(Mac)
開発環境構築
code: install_esp32
mkdir -p ~/Documents/Arduino/hardware/espressif && \
cd ~/Documents/Arduino/hardware/espressif && \
git clone
https://github.com/espressif/arduino-esp32.git
esp32 && \
cd esp32 && \
git submodule update --init --recursive && \
cd tools && \
python get.py
ESP32 で WiFi に接続