Modular ESP Firmware - Baseline - Work Environment

From The TinkerNet Wiki
Revision as of 12:01, 2 January 2021 by Tinker (talk | contribs) (Created page with "== platformio.ini == <syntaxhighlight lang="ini" line="1"> [env:esp8266] platform = espressif8266 board = esp07 ; Pretty much ANY esp8266 board is an esp07 as far...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

platformio.ini

1 [env:esp8266]
2 platform = espressif8266
3 board = esp07            ; Pretty much ANY esp8266 board is an esp07 as far as Platformio is concerned
4 framework = arduino
5 
6 monitor_speed = 115200
7 
8 build_flags = -D DEBUG