Browse Source

Put reference to licesne under gerber dir too

Eric Helgeson 4 years ago
parent
commit
349161b13f
2 changed files with 2 additions and 1 deletions
  1. 1 0
      hw/gerbers/README.md
  2. 1 1
      platformio.ini

+ 1 - 0
hw/gerbers/README.md

@@ -0,0 +1 @@
+# BlueSCSI Hardware © 2021 by Eric Helgeson is licensed under Attribution-NonCommercial 4.0 International

+ 1 - 1
platformio.ini

@@ -29,7 +29,7 @@ build_flags =
     -DARDUINO=10813
     -DARDUINO_ARCH_STM32
     -DDEBUG_LEVEL=DEBUG_NONE
-    -O3
+    -O2
 
 ; Work around for clones.
 ; https://community.platformio.org/t/cannot-upload-to-stm32-bluepill-board-over-stlink-v2/3492/25