Skip to content

Commit a666d3d

Browse files
committed
makuna/NeoPixelBus@2.8.3
espressif32@6.9.0
1 parent 3346b82 commit a666d3d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

platformio.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ platform_esp8266 = espressif8266@4.2.1
99
f_cpu_esp8266 = 160000000L
1010
monitor_filters_esp8266 = esp8266_exception_decoder
1111

12-
platform_esp32 = espressif32@6.8.1
12+
platform_esp32 = espressif32@6.9.0
1313
monitor_filters_esp32 = esp32_exception_decoder
1414

1515
framework = arduino
@@ -24,7 +24,7 @@ extra_scripts =
2424
pre:platformio_version_increment/version_increment_pre.py
2525
post:platformio_version_increment/version_increment_post.py
2626
lib_deps =
27-
makuna/NeoPixelBus@2.8.2
27+
makuna/NeoPixelBus@2.8.3
2828
bblanchon/ArduinoJson@7.2.0
2929
knolleary/PubSubClient@2.8.0
3030
;https://github.com/Makuna/NeoPixelBus.git#master
@@ -123,10 +123,10 @@ board_build.filesystem = littlefs
123123
monitor_filters = ${common_env_data.monitor_filters_esp32}
124124
board_build.f_cpu = 240000000L
125125
;build_type = debug
126-
monitor_port = COM9
126+
monitor_port = COM4
127127
;upload_port = COM9
128128
upload_protocol = espota
129-
upload_port = 192.168.1.8
129+
upload_port = 192.168.1.33
130130
upload_flags =
131131
--port=8379
132132
--auth=${secrets.ota_password}
@@ -153,7 +153,7 @@ build_flags =
153153
'-D WIFI_DEVICE_NAME="GLOW_WORM_ESP32"'
154154
'-D MICROCONTROLLER_OTA_PORT=8379'
155155
'-D WIFI_SIGNAL_STRENGTH=20.5'
156-
'-D MICROCONTROLLER_IP="192.168.1.36"'
156+
'-D MICROCONTROLLER_IP="192.168.1.33"'
157157
'-D IMPROV_ENABLED=30000'
158158
${common_env_data.common_build_flags}
159159

0 commit comments

Comments
 (0)