Skip to content

Commit

Permalink
Prelease for C6 and comment/format platformio
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth committed Aug 20, 2024
1 parent 4e9cd30 commit 5c4dda0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Adafruit WipperSnapper
version=1.0.0-beta.88
version=1.0.0-alpha.89
author=Adafruit
maintainer=Adafruit <[email protected]>
sentence=Arduino application for Adafruit.io WipperSnapper
Expand Down
24 changes: 12 additions & 12 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,9 @@ lib_deps =

; Common build environment for ESP32 platform
[common:esp32]
; platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.03/platform-espressif32.zip
platform = https://github.com/pioarduino/platform-espressif32/archive/refs/heads/develop.zip
; platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.04/platform-espressif32.zip
; This is needed for Adafruit Feather C6 in platformio (until 51.03.05):
platform = https://github.com/pioarduino/platform-espressif32#develop
lib_ignore = WiFiNINA, WiFi101, OneWire
monitor_filters = esp32_exception_decoder, time

Expand Down Expand Up @@ -160,7 +161,7 @@ board_build.partitions = min_spiffs.csv
extends = common:esp32
board = esp32-c6-devkitm-1
build_type = debug
build_flags =
build_flags =
-DARDUINO_ESPRESSIF_ESP32C6_DEVKITM_1
-DARDUINO_ADAFRUIT_FEATHER_ESP32C6
-DNDEBUG=1
Expand Down Expand Up @@ -290,7 +291,7 @@ extra_scripts = pre:rename_usb_config.py
extends = common:esp32
board = esp32-s3-devkitc-1
build_type = debug
build_flags =
build_flags =
-DUSE_TINYUSB=1
-DARDUINO_ESPRESSIF_ESP32S3_DEVKITC_1_N8
-DNDEBUG=1
Expand Down Expand Up @@ -339,13 +340,13 @@ monitor_port = auto
; debug_init_break = tbreak clearConfiguration
lib_ignore = USBHost
build_flags = -DUSE_TINYUSB
-D__SAMD51J20A__
-DCRYSTALLESS
-DADAFRUIT_PYPORTAL_M4_TITANO
-D__SAMD51__
-D__FPU_PRESENT
-DARM_MATH_CM4
-mfloat-abi=hard
-D__SAMD51J20A__
-DCRYSTALLESS
-DADAFRUIT_PYPORTAL_M4_TITANO
-D__SAMD51__
-D__FPU_PRESENT
-DARM_MATH_CM4
-mfloat-abi=hard
-mfpu=fpv4-sp-d16
-DCORE_DEBUG_LEVEL=5
-DARDUINO_USB_CDC_ON_BOOT=1
Expand Down Expand Up @@ -415,4 +416,3 @@ build_flags =
; ; No USB stack
; build_flags = -DPIO_FRAMEWORK_ARDUINO_NO_USB
; -DPIO_FRAMEWORK_ARDUINO_ENABLE_IPV6

2 changes: 1 addition & 1 deletion src/Wippersnapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
#endif

#define WS_VERSION \
"1.0.0-beta.88" ///< WipperSnapper app. version (semver-formatted)
"1.0.0-alpha.89" ///< WipperSnapper app. version (semver-formatted)

// Reserved Adafruit IO MQTT topics
#define TOPIC_IO_THROTTLE "/throttle" ///< Adafruit IO Throttle MQTT Topic
Expand Down

0 comments on commit 5c4dda0

Please sign in to comment.