mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Clarified error messages and added a configurable warning level
Changed memory usage check to only fail build on 100%+ usage and added a configurable warning level for memory usage defaulting to 75%. Clarified error and warning messages related to memory usage to specify that this is the minimum memory usage.
This commit is contained in:
@ -246,6 +246,8 @@ target_package = arduino
|
||||
target_platform = avr
|
||||
board = uno
|
||||
software=ARDUINO
|
||||
# Warn when data segment uses greater than this percentage
|
||||
build.warn_data_percentage = 75
|
||||
|
||||
programmer = arduino:avrispmkii
|
||||
|
||||
|
Reference in New Issue
Block a user