Skip to content

Commit

Permalink
working on esp32 stimawifi
Browse files Browse the repository at this point in the history
  • Loading branch information
pat1 committed Jan 21, 2024
1 parent 6aa43f2 commit 344d8c8
Show file tree
Hide file tree
Showing 9 changed files with 1,117 additions and 1,099 deletions.
29 changes: 23 additions & 6 deletions platformio/stima_v3/stimawifi/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,16 @@ default_envs = lolin_c3_mini

[env]
framework = arduino
;platform = espressif32

platform = https://github.com/sgryphon/platform-espressif32.git#sgryphon/add-esp32-arduino-libs
platform_packages =
platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#master
platformio/framework-arduinoespressif32-libs @ https://github.com/espressif/esp32-arduino-libs.git#idf-release/v5.1


;platform = espressif32@ ^6.4.0
;platform = https://github.com/platformio/platform-espressif32.git
platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.12.10/platform-espressif32.zip
;platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.12.10/platform-espressif32.zip
;platform_packages =
; framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32#master

Expand All @@ -40,8 +46,12 @@ lib_ignore =
UIPEthernet
GSM_GPRSLibrary
freertos-cpp
monitor_filters = esp32_exception_decoder


;monitor_filters =
; log2file
; time


[env:wemos_d1_mini32]
board = wemos_d1_mini32
lib_deps =
Expand All @@ -55,6 +65,8 @@ build_flags =
-DPUBSUBCLIENT_ETHERNET -D CONFIG_ARDUINO_LOOP_STACK_SIZE=10000 -Iinclude
;-DPUBSUBCLIENT_ETHERNET -DCORE_DEBUG_LEVEL=5

monitor_filters =
esp32_exception_decoder

[env:lolin_c3_mini]
board = lolin_c3_mini
Expand All @@ -66,8 +78,8 @@ lib_deps =
;hmz06967/OZGPS_NMEA @ ^1.0.0

build_flags =
-DPUBSUBCLIENT_ETHERNET -D CONFIG_ARDUINO_LOOP_STACK_SIZE=20000 -Iinclude -fexceptions
;-DCORE_DEBUG_LEVEL=5
-DPUBSUBCLIENT_ETHERNET -D CONFIG_ARDUINO_LOOP_STACK_SIZE=50000 -Iinclude -fexceptions -DCORE_DEBUG_LEVEL=5


[env:lolin_s3_mini]
board = lolin_s3_mini
Expand All @@ -82,6 +94,9 @@ build_flags =
-DPUBSUBCLIENT_ETHERNET -D CONFIG_ARDUINO_LOOP_STACK_SIZE=10000 -Iinclude -fexceptions
;-DPUBSUBCLIENT_ETHERNET -DCORE_DEBUG_LEVEL=5

monitor_filters =
esp32_exception_decoder

[env:seeed_xiao_esp32c3]
board = seeed_xiao_esp32c3
lib_deps =
Expand All @@ -108,3 +123,5 @@ build_flags =
-D CONFIG_ARDUINO_LOOP_STACK_SIZE=10000
-I include

monitor_filters =
esp32_exception_decoder
Loading

0 comments on commit 344d8c8

Please sign in to comment.