Add ESP8266 settings to PIO and add default Arduino main

This commit is contained in:
Thijs Raymakers 2024-06-19 21:13:58 +02:00
parent 5a9a140710
commit 7e41b5a97e
No known key found for this signature in database
2 changed files with 11 additions and 0 deletions

View file

@ -7,3 +7,11 @@
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env]
platform = espressif8266
board = esp8285
framework = arduino
[env:release]
build_flags = -D RELEASE

3
src/main.c Normal file
View file

@ -0,0 +1,3 @@
void setup() {}
void loop() {}