Pebble-Backup / cloudpebble

CloudPebble source. Here be dragons.
http://cloudpebble.net/
MIT License
1 stars 0 forks source link

Add a way to force update of auto-complete/error_check #38

Open tbe opened 7 years ago

tbe commented 7 years ago

Issue by ron064 Thursday Oct 23, 2014 at 03:38 GMT # Sample: Friday Sep 13, 2013 at 22:58 GMT Originally opened as https://github.com/pebble/cloudpebble/issues/109


Example: In h file: #define NUM_SLOT 4 In C file few lines like: uint8_t AnimDig[NUM_SLOT]= {0,0,0,0};

Now change to #define NUM_SLOT 6 and: uint8_t AnimDig[NUM_SLOT]= {0,0,0,0,0,0};

and get error: "excess elements in array initializer"

tbe commented 7 years ago

Comment by ron064 Monday Nov 10, 2014 at 02:10 GMT # Sample: Friday Sep 13, 2013 at 22:58 GMT


There is refresh button on the side, but it doesn't remove incorrect markings yet