[O] Try different frameworks

This commit is contained in:
Hykilpikonna
2023-03-25 19:35:44 -04:00
parent 46fc4636c4
commit 96474926e0
+17 -2
View File
@@ -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