28bc32b23dbe2bb846df7cb3d8c87bb1b2be8e19
* Create lopy4.json * Create lopy.json * Update lopy.json * Update lopy4.json * Update lopy.json * Update lopy4.json * Update lopy4.json * Update lopy.json * Update heltec_wifi_lora_32.json added debug field * Update heltec_wifi_lora_32.json added debug protocols
Espressif 32: development platform for PlatformIO
Espressif Systems is a privately held fabless semiconductor company. They provide wireless communications and Wi-Fi chips which are widely used in mobile devices and the Internet of Things applications.
- Home (home page in PlatformIO Platform Registry)
- Documentation (advanced usage, packages, boards, frameworks, etc.)
Usage
- Install PlatformIO
- Create PlatformIO project and configure a platform option in platformio.ini file:
Stable version
[env:stable]
platform = espressif32
board = ...
...
Development version
[env:development]
platform = https://github.com/platformio/platform-espressif32.git
board = ...
...
Configuration
Please navigate to documentation.
Description