Skip to content

Commit ca9644f

Browse files
committed
removing my nasty debug probes; version number of today
enough of this shit ;-) no more stiff upper lips.
1 parent bfee1a8 commit ca9644f

File tree

2 files changed

+8
-15
lines changed

2 files changed

+8
-15
lines changed

platformio.ini

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ extra_scripts = ${scripts_defaults.extra_scripts}
256256

257257
[esp8266]
258258
build_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
@@ -293,7 +292,7 @@ platform = [email protected]
293292
platform_packages = framework-arduinoespressif32 @ https://github.com/Aircoookie/arduino-esp32.git#1.0.6.4
294293

295294
build_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

332330
build_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

@@ -354,7 +351,7 @@ platform = [email protected]
354351
platform_packages =
355352
build_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
375371
build_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
396391
397392
platform_packages =
398393
build_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
418412
419413
platform_packages =
420414
build_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
# ------------------------------------------------------------------------------

wled00/wled.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99

1010
// version code in format yymmddb (b = daily build)
11-
#define VERSION 2312160
11+
#define VERSION 2312180
1212

1313
// WLEDMM - you can check for this define in usermods, to only enabled WLEDMM specific code in the "right" fork. Its not defined in AC WLED.
1414
#define _MoonModules_WLED_

0 commit comments

Comments
 (0)