@@ -256,7 +256,7 @@ extra_scripts = ${scripts_defaults.extra_scripts}
256256
257257[esp8266]
258258build_flags =
259- -DESP8266 -DZSHIT
259+ -DESP8266
260260 -DFP_IN_IROM
261261 ; -Wno-deprecated-declarations
262262 ; -Wno-register ;; leaves some warnings when compiling C files: command-line option '-Wno-register' is valid for C++/ObjC++ but not for C
@@ -284,7 +284,6 @@ lib_deps =
284284 ; ; makuna/NeoPixelBus @ 2.6.9 ;; WLEDMM use if you have problems with 2.7.5
285285 makuna/NeoPixelBus @ 2.7.5
286286 ${env.lib_deps}
287- stiffupper8266.lib ; ; for probing the buildenv.
288287
289288[esp32]
290289# platform = https://github.com/tasmota/platform-espressif32/releases/download/v2.0.2.3/platform-espressif32-2.0.2.3.zip
293292platform_packages = framework-arduinoespressif32 @ https://github.com/Aircoookie/arduino-esp32.git# 1.0.6.4
294293
295294build_flags = -g
296- -DARDUINO_ARCH_ESP32 -DYSHIT
295+ -DARDUINO_ARCH_ESP32
297296 # -DCONFIG_LITTLEFS_FOR_IDF_3_2
298297 -D CONFIG_ASYNC_TCP_USE_WDT =0
299298 -D CONFIG_ASYNC_TCP_TASK_STACK_SIZE =9472 ; ; WLEDMM increase stack by 1.25Kb, as audioreactive needs bigger SETTINGS_STACK_BUF_SIZE
@@ -311,7 +310,6 @@ lib_deps =
311310 https://github.com/softhack007/LITTLEFS-threadsafe.git# master
312311 makuna/NeoPixelBus @ 2.7.5
313312 ${env.lib_deps}
314- stiffupper.lib ; ; for probing the buildenv.
315313
316314; ; WLEDMM begin
317315
@@ -330,7 +328,7 @@ platformV4_packages_xp = platformio/framework-arduinoespressif32 @ ~3.20009.0
330328; ; platformV4_packages_xp = platformio/framework-arduinoespressif32 @ ~3.20011.0 ;; arduino-esp32 v2.0.11 (latest one supported in platformio)
331329
332330build_flagsV4 = -g
333- -DARDUINO_ARCH_ESP32 -DESP32 -DXSHIT
331+ -DARDUINO_ARCH_ESP32 -DESP32
334332 -DCONFIG_LITTLEFS_FOR_IDF_3_2 -DLFS_THREADSAFE
335333 -D CONFIG_ASYNC_TCP_USE_WDT =0
336334 -D CONFIG_ASYNC_TCP_TASK_STACK_SIZE =9472 ; ; WLEDMM increase stack by 1.25Kb, as audioreactive needs bigger SETTINGS_STACK_BUF_SIZE
@@ -340,7 +338,6 @@ lib_depsV4 =
340338 https://github.com/pbolduc/AsyncTCP.git @ 1.2.0 ; ; WLEDMM this must be first in the list, otherwise Aircoookie/ESPAsyncWebServer pulls in an older version of AsyncTCP !!
341339 makuna/NeoPixelBus @ 2.7.5
342340 ${env.lib_deps}
343- stiffupperV4.lib ; ; for probing the buildenv.
344341
345342; ; WLEDMM end
346343
354351platform_packages =
355352build_flags = -g
356353 -Wshadow =compatible-local ; ; emit warning in case a local variable "shadows" another local one
357- -DARDUINO_ARCH_ESP32 -DESP32 -DXSHIT
354+ -DARDUINO_ARCH_ESP32 -DESP32
358355 # -DCONFIG_LITTLEFS_FOR_IDF_3_2
359356 -D CONFIG_ASYNC_TCP_USE_WDT =0
360357 -D CONFIG_ASYNC_TCP_TASK_STACK_SIZE =9472 ; ; WLEDMM increase stack by 1.25Kb, as audioreactive needs bigger SETTINGS_STACK_BUF_SIZE
@@ -364,7 +361,6 @@ lib_deps =
364361 https://github.com/pbolduc/AsyncTCP.git @ 1.2.0
365362 makuna/NeoPixelBus @ 2.7.5
366363 ${env.lib_deps}
367- stiffupperVV.lib ; ; for probing the buildenv.
368364
369365[esp32s2]
370366; ; generic definitions for all ESP32-S2 boards
@@ -373,7 +369,7 @@ platform_packages =
373369 toolchain-riscv32-esp @ 8.4.0+2021r2-patch5
374370 toolchain-xtensa-esp32s2 @ 8.4.0+2021r2-patch5
375371build_flags = -g
376- -DARDUINO_ARCH_ESP32 -DESP32 -DS2XSHIT ; ; WLEDMM
372+ -DARDUINO_ARCH_ESP32 -DESP32 ; ; WLEDMM
377373 -DARDUINO_ARCH_ESP32S2
378374 -DCONFIG_IDF_TARGET_ESP32S2 =1
379375 -DCONFIG_LITTLEFS_FOR_IDF_3_2 -DLFS_THREADSAFE ; ; WLEDMM
@@ -389,14 +385,13 @@ lib_deps =
389385 https://github.com/pbolduc/AsyncTCP.git @ 1.2.0
390386 makuna/NeoPixelBus @ 2.7.5
391387 ${env.lib_deps}
392- ; ;; stiffupperS2.lib ;; for probing the buildenv. Nothing more. Did I mention that I like AC/DC?
393388
394389[esp32c3]
395390; ; generic definitions for all ESP32-C3 boards
396391397392platform_packages =
398393build_flags = -g
399- -DARDUINO_ARCH_ESP32 -DESP32 -DC3XSHIT ; ; WLEDMM
394+ -DARDUINO_ARCH_ESP32 -DESP32 ; ; WLEDMM
400395 -DARDUINO_ARCH_ESP32C3
401396 -DCONFIG_IDF_TARGET_ESP32C3 =1
402397 -DCONFIG_LITTLEFS_FOR_IDF_3_2 -DLFS_THREADSAFE ; ; WLEDMM
@@ -411,15 +406,14 @@ lib_deps =
411406 https://github.com/pbolduc/AsyncTCP.git @ 1.2.0
412407 makuna/NeoPixelBus @ 2.7.5
413408 ${env.lib_deps}
414- stiffupperC3.lib
415409
416410[esp32s3]
417411; ; generic definitions for all ESP32-S3 boards
418412419413platform_packages =
420414build_flags = -g
421415 -DESP32
422- -DARDUINO_ARCH_ESP32 -DS3XSHIT
416+ -DARDUINO_ARCH_ESP32
423417 -DARDUINO_ARCH_ESP32S3
424418 -DCONFIG_IDF_TARGET_ESP32S3 =1
425419 -DCONFIG_LITTLEFS_FOR_IDF_3_2 -DLFS_THREADSAFE ; ; WLEDMM
@@ -434,7 +428,6 @@ lib_deps =
434428 https://github.com/pbolduc/AsyncTCP.git @ 1.2.0
435429 makuna/NeoPixelBus @ 2.7.5
436430 ${env.lib_deps}
437- stiffupperS3.lib
438431
439432
440433# ------------------------------------------------------------------------------
0 commit comments