Skip to content

Commit

Permalink
Prepare for v1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
thorrak committed Feb 17, 2021
1 parent a7b0f53 commit a905604
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
Binary file modified bin/d32_pro_tft_firmware.bin
Binary file not shown.
Binary file modified bin/d32_pro_tft_spiffs.bin
Binary file not shown.
Binary file modified bin/lcd_ssd1306_firmware.bin
Binary file not shown.
Binary file modified bin/lcd_ssd1306_spiffs.bin
Binary file not shown.
Binary file modified bin/tft_espi_firmware.bin
Binary file not shown.
Binary file modified bin/tft_espi_spiffs.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Changelog
#########


v1.0.1 - XXX XX, 2021 - Bugfixes & Configuration Tweaks
v1.0.1 - Feb 16, 2021 - Bugfixes & Configuration Tweaks
-------------------------------------------------------

- Rewrite code for storing/loading Google Sheets configuration
Expand Down
6 changes: 3 additions & 3 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ build_flags = ; Do not use spaces around the "=" here,
-D CONFIG_BT_NIMBLE_ROLE_BROADCASTER_DISABLED=1 ; Disable NimBLE Broadcaster
; Debug logging
-D PRINT_GRAV_UPDATES=0 ; Turn on and off gravity printing to serial log
-D CORE_DEBUG_LEVEL=2 ; Set core Arduino log level (5 = high)
-D ARDUINO_LOG_LEVEL=6 ; Set Serial log level (6 = high)
;-D DISABLE_LOGGING ; This will remove log lib from sketch
-D CORE_DEBUG_LEVEL=0 ; Set core Arduino log level (5 = high)
-D ARDUINO_LOG_LEVEL=0 ; Set Serial log level (6 = high)
-D DISABLE_LOGGING ; This will remove log lib from sketch
; Project conditional compile/options:
-D BAUD=${common.monitor_speed} ; Serial monitor baud setting
-D FILESYSTEM=SPIFFS ; Define filesystem in use
Expand Down

0 comments on commit a905604

Please sign in to comment.