[O] Try different frameworks
This commit is contained in:
+18
-3
@@ -8,7 +8,22 @@
|
|||||||
; Please visit documentation for the other options and examples
|
; Please visit documentation for the other options and examples
|
||||||
; https://docs.platformio.org/page/projectconf.html
|
; https://docs.platformio.org/page/projectconf.html
|
||||||
|
|
||||||
[env:wemos_d1_uno32]
|
;[env:wemos_d1_uno32]
|
||||||
|
;platform = espressif32
|
||||||
|
;board = wemos_d1_uno32
|
||||||
|
;framework = arduino
|
||||||
|
|
||||||
|
[env:s2]
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
board = wemos_d1_uno32
|
board = lolin_s2_mini
|
||||||
framework = arduino
|
framework = arduino
|
||||||
|
|
||||||
|
;[env:c3]
|
||||||
|
;platform = espressif32
|
||||||
|
;board = dfrobot_beetle_esp32c3
|
||||||
|
;framework = arduino
|
||||||
|
|
||||||
|
;[env:n328p]
|
||||||
|
;platform = atmelavr
|
||||||
|
;board = nanoatmega328
|
||||||
|
;framework = arduino
|
||||||
|
|||||||
Reference in New Issue
Block a user